#DDCA12

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

Shades of Sunflower #DDCA12

Tints of Sunflower #DDCA12

Color information

#DDCA12 (or 0xDDCA12) is unknown color: approx Sunflower. HEX triplet: DD, CA and 12. RGB value is (221,202,18). Sum of RGB (Red+Green+Blue) = 221+202+18=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCA12 is #2235ED. Grayscale: #BBBBBB. Windows color (decimal): -2242030 or 1231581. OLE color: 1231581.

HSL color Cylindrical-coordinate representation of color #DDCA12: hue angle of 54.38º 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 #DDCA12 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB22120218-
CMYK00.090.920.13
HSL54.38º84.94%46.86%-
HSV(B)54.38º91.86%86.67%-
XYZ51.0557.669.01-
YUV186.732.79152.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.11%
GREEN value IS 202 (79.30% from 255) = 45.80%
BLUE value IS 18 (7.42% from 255) = 4.08%
R=50.11%
G=45.80%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212021800.090.920.1354.3884.9446.86
HexDDCA12095CD36552f
Octal33531222011134156612557
Binary11011101110010101001001001101110011011101101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCA12; }

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

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

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

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

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

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

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

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