#DDCB0C

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

Shades of Sunflower #DDCB0C

Tints of Sunflower #DDCB0C

Color information

#DDCB0C (or 0xDDCB0C) is unknown color: approx Sunflower. HEX triplet: DD, CB and 0C. RGB value is (221,203,12). Sum of RGB (Red+Green+Blue) = 221+203+12=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCB0C is #2234F3. Grayscale: #BBBBBB. Windows color (decimal): -2241780 or 838621. OLE color: 838621.

HSL color Cylindrical-coordinate representation of color #DDCB0C: hue angle of 54.83º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDCB0C is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB22120312-
CMYK00.080.950.13
HSL54.83º89.7%45.69%-
HSV(B)54.83º94.57%86.67%-
XYZ51.2458.118.86-
YUV186.6129.46152.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.69%
GREEN value IS 203 (79.69% from 255) = 46.56%
BLUE value IS 12 (5.08% from 255) = 2.75%
R=50.69%
G=46.56%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212031200.080.950.1354.8389.745.69
HexDDCBC085FD375a2e
Octal33531314010137156713256
Binary1101110111001011110001000101111111011101111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCB0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCB0C; }

 p { color: rgb(221,203,12); }

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

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

 a { background-color: rgb(221,203,12); }

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

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

 span { border-color: rgb(221,203,12); }

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