#D4902B

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

Shades of Buttercup #D4902B

Tints of Buttercup #D4902B

Color information

#D4902B (or 0xD4902B) is unknown color: approx Buttercup. HEX triplet: D4, 90 and 2B. RGB value is (212,144,43). Sum of RGB (Red+Green+Blue) = 212+144+43=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D4902B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4902B is #2B6FD4. Grayscale: #999999. Windows color (decimal): -2846677 or 2855124. OLE color: 2855124.

HSL color Cylindrical-coordinate representation of color #D4902B: hue angle of 35.86º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4902B is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB21214443-
CMYK00.320.800.17
HSL35.86º66.27%50%-
HSV(B)35.86º79.72%83.14%-
XYZ37.5634.126.89-
YUV152.8266.03170.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.13%
GREEN value IS 144 (56.64% from 255) = 36.09%
BLUE value IS 43 (17.19% from 255) = 10.78%
R=53.13%
G=36.09%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121444300.320.800.1735.8666.2750
HexD4902B0205011244232
Octal32422053040120214410262
Binary110101001001000010101101000001010000100011001001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4902B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4902B; }

 p { color: rgb(212,144,43); }

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

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

 a { background-color: rgb(212,144,43); }

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

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

 span { border-color: rgb(212,144,43); }

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