#D69F33

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

Shades of Buttercup #D69F33

Tints of Buttercup #D69F33

Color information

#D69F33 (or 0xD69F33) is unknown color: approx Buttercup. HEX triplet: D6, 9F and 33. RGB value is (214,159,51). Sum of RGB (Red+Green+Blue) = 214+159+51=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 51 (20.31% from 255 or 12.03% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69F33 is #2960CC. Grayscale: #A3A3A3. Windows color (decimal): -2711757 or 3383254. OLE color: 3383254.

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

Color convert

RGB21415951-
CMYK00.260.760.16
HSL39.75º66.53%51.96%-
HSV(B)39.75º76.17%83.92%-
XYZ40.7339.338.58-
YUV163.1364.72164.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.47%
GREEN value IS 159 (62.5% from 255) = 37.5%
BLUE value IS 51 (20.31% from 255) = 12.03%
R=50.47%
G=37.5%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141595100.260.760.1639.7566.5351.96
HexD69F3301A4C10284334
Octal32623763032114205010364
Binary11010110100111111100110110101001100100001010001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69F33; }

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

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

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

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

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

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

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

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