#DDCB12

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

Shades of Sunflower #DDCB12

Tints of Sunflower #DDCB12

Color information

#DDCB12 (or 0xDDCB12) is unknown color: approx Sunflower. HEX triplet: DD, CB and 12. RGB value is (221,203,18). Sum of RGB (Red+Green+Blue) = 221+203+18=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCB12 is #2234ED. Grayscale: #BCBCBC. Windows color (decimal): -2241774 or 1231837. OLE color: 1231837.

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

Color convert

RGB22120318-
CMYK00.080.920.13
HSL54.68º84.94%46.86%-
HSV(B)54.68º91.86%86.67%-
XYZ51.2858.139.09-
YUV187.2932.46152.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50%
GREEN value IS 203 (79.69% from 255) = 45.93%
BLUE value IS 18 (7.42% from 255) = 4.07%
R=50%
G=45.93%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212031800.080.920.1354.6884.9446.86
HexDDCB12085CD37552f
Octal33531322010134156712557
Binary11011101110010111001001000101110011011101111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCB12; }

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

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

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

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

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

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

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

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