#D69D33

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

Shades of Buttercup #D69D33

Tints of Buttercup #D69D33

Color information

#D69D33 (or 0xD69D33) is unknown color: approx Buttercup. HEX triplet: D6, 9D and 33. RGB value is (214,157,51). Sum of RGB (Red+Green+Blue) = 214+157+51=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69D33 is #2962CC. Grayscale: #A2A2A2. Windows color (decimal): -2712269 or 3382742. OLE color: 3382742.

HSL color Cylindrical-coordinate representation of color #D69D33: hue angle of 39.02º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D69D33 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB21415751-
CMYK00.270.760.16
HSL39.02º66.53%51.96%-
HSV(B)39.02º76.17%83.92%-
XYZ40.3938.658.46-
YUV161.9665.38165.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.71%
GREEN value IS 157 (61.72% from 255) = 37.20%
BLUE value IS 51 (20.31% from 255) = 12.09%
R=50.71%
G=37.20%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141575100.270.760.1639.0266.5351.96
HexD69D3301B4C10274334
Octal32623563033114204710364
Binary11010110100111011100110110111001100100001001111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69D33; }

 p { color: rgb(214,157,51); }

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

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

 a { background-color: rgb(214,157,51); }

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

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

 span { border-color: rgb(214,157,51); }

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