#D69A24

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

Shades of Buttercup #D69A24

Tints of Buttercup #D69A24

Color information

#D69A24 (or 0xD69A24) is unknown color: approx Buttercup. HEX triplet: D6, 9A and 24. RGB value is (214,154,36). Sum of RGB (Red+Green+Blue) = 214+154+36=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 36 (14.45% from 255 or 8.91% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69A24 is #2965DB. Grayscale: #9F9F9F. Windows color (decimal): -2713052 or 2398934. OLE color: 2398934.

HSL color Cylindrical-coordinate representation of color #D69A24: hue angle of 39.78º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D69A24 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB21415436-
CMYK00.280.830.16
HSL39.78º71.2%49.02%-
HSV(B)39.78º83.18%83.92%-
XYZ39.6137.536.83-
YUV158.4958.88167.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.97%
GREEN value IS 154 (60.55% from 255) = 38.12%
BLUE value IS 36 (14.45% from 255) = 8.91%
R=52.97%
G=38.12%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141543600.280.830.1639.7871.249.02
HexD69A2401C5310284731
Octal32623244034123205010761
Binary11010110100110101001000111001010011100001010001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69A24; }

 p { color: rgb(214,154,36); }

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

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

 a { background-color: rgb(214,154,36); }

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

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

 span { border-color: rgb(214,154,36); }

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