#D69A25

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

Shades of Buttercup #D69A25

Tints of Buttercup #D69A25

Color information

#D69A25 (or 0xD69A25) is unknown color: approx Buttercup. HEX triplet: D6, 9A and 25. RGB value is (214,154,37). Sum of RGB (Red+Green+Blue) = 214+154+37=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 37 (14.84% from 255 or 9.14% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69A25 is #2965DA. Grayscale: #9F9F9F. Windows color (decimal): -2713051 or 2464470. OLE color: 2464470.

HSL color Cylindrical-coordinate representation of color #D69A25: hue angle of 39.66º 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 #D69A25 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB21415437-
CMYK00.280.830.16
HSL39.66º70.52%49.22%-
HSV(B)39.66º82.71%83.92%-
XYZ39.6237.546.91-
YUV158.659.38167.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.84%
GREEN value IS 154 (60.55% from 255) = 38.02%
BLUE value IS 37 (14.84% from 255) = 9.14%
R=52.84%
G=38.02%
B=9.14%

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
Decimal2141543700.280.830.1639.6670.5249.22
HexD69A2501C5310284731
Octal32623245034123205010761
Binary11010110100110101001010111001010011100001010001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69A25; }

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

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

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

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

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

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

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

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