#DF9B34

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

Shades of Buttercup #DF9B34

Tints of Buttercup #DF9B34

Color information

#DF9B34 (or 0xDF9B34) is unknown color: approx Buttercup. HEX triplet: DF, 9B and 34. RGB value is (223,155,52). Sum of RGB (Red+Green+Blue) = 223+155+52=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9B34 is #2064CB. Grayscale: #A4A4A4. Windows color (decimal): -2122956 or 3447775. OLE color: 3447775.

HSL color Cylindrical-coordinate representation of color #DF9B34: hue angle of 36.14º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF9B34 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB22315552-
CMYK00.300.770.13
HSL36.14º72.77%53.92%-
HSV(B)36.14º76.68%87.45%-
XYZ42.7739.388.6-
YUV163.5965.03170.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.86%
GREEN value IS 155 (60.94% from 255) = 36.05%
BLUE value IS 52 (20.70% from 255) = 12.09%
R=51.86%
G=36.05%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231555200.300.770.1336.1472.7753.92
HexDF9B3401E4DD244936
Octal33723364036115154411166
Binary1101111110011011110100011110100110111011001001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9B34; }

 p { color: rgb(223,155,52); }

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

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

 a { background-color: rgb(223,155,52); }

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

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

 span { border-color: rgb(223,155,52); }

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