#D0951A

Color #D0951A Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #D0951A

Tints of Buttercup #D0951A

Color information

#D0951A (or 0xD0951A) is unknown color: approx Buttercup. HEX triplet: D0, 95 and 1A. RGB value is (208,149,26). Sum of RGB (Red+Green+Blue) = 208+149+26=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0951A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0951A is #2F6AE5. Grayscale: #999999. Windows color (decimal): -3107558 or 1742288. OLE color: 1742288.

HSL color Cylindrical-coordinate representation of color #D0951A: hue angle of 40.55º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0951A is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB20814926-
CMYK00.280.880.18
HSL40.55º77.78%45.88%-
HSV(B)40.55º87.5%81.57%-
XYZ36.9534.985.78-
YUV152.6256.55167.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 54.31%
GREEN value IS 149 (58.59% from 255) = 38.90%
BLUE value IS 26 (10.55% from 255) = 6.79%
R=54.31%
G=38.90%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081492600.280.880.1840.5577.7845.88
HexD0951A01C5812294e2e
Octal32022532034130225111656
Binary1101000010010101110100111001011000100101010011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0951A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0951A; }

 p { color: rgb(208,149,26); }

 H1.HeaderClassName
 {
   color: #D0951A;
 }
 .AnyTagClassName
 {
   color: #D0951A;
 }
</style>
background-color css

<style>
 a { background-color: #D0951A; }

 a { background-color: rgb(208,149,26); }

 div.DivClassName
 {
   background-color: #D0951A;
 }
 .BgClassName
 {
   background-color: #D0951A;
 }
</style>
border-color css

<style>
 span { border-color: #D0951A; }

 span { border-color: rgb(208,149,26); }

 td.TdClassName
 {
   border-color: #D0951A;
 }
 .TagClassName
 {
   border-color: #D0951A;
 }
</style>