#D69C25

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

Shades of Buttercup #D69C25

Tints of Buttercup #D69C25

Color information

#D69C25 (or 0xD69C25) is unknown color: approx Buttercup. HEX triplet: D6, 9C and 25. RGB value is (214,156,37). Sum of RGB (Red+Green+Blue) = 214+156+37=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 37 (14.84% from 255 or 9.09% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69C25 is #2963DA. Grayscale: #A0A0A0. Windows color (decimal): -2712539 or 2464982. OLE color: 2464982.

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

Color convert

RGB21415637-
CMYK00.270.830.16
HSL40.34º70.52%49.22%-
HSV(B)40.34º82.71%83.92%-
XYZ39.9538.217.02-
YUV159.7858.72166.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.58%
GREEN value IS 156 (61.33% from 255) = 38.33%
BLUE value IS 37 (14.84% from 255) = 9.09%
R=52.58%
G=38.33%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141563700.270.830.1640.3470.5249.22
HexD69C2501B5310284731
Octal32623445033123205010761
Binary11010110100111001001010110111010011100001010001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69C25; }

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

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

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

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

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

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

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

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