#DDC20B

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

Shades of Sunflower #DDC20B

Tints of Sunflower #DDC20B

Color information

#DDC20B (or 0xDDC20B) is unknown color: approx Sunflower. HEX triplet: DD, C2 and 0B. RGB value is (221,194,11). Sum of RGB (Red+Green+Blue) = 221+194+11=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC20B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC20B is #223DF4. Grayscale: #B5B5B5. Windows color (decimal): -2244085 or 770781. OLE color: 770781.

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

Color convert

RGB22119411-
CMYK00.120.950.13
HSL52.29º90.52%45.49%-
HSV(B)52.29º95.02%86.67%-
XYZ49.1753.988.14-
YUV181.2131.95156.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.88%
GREEN value IS 194 (76.17% from 255) = 45.54%
BLUE value IS 11 (4.69% from 255) = 2.58%
R=51.88%
G=45.54%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211941100.120.950.1352.2990.5245.49
HexDDC2B0C5FD345b2d
Octal33530213014137156413355
Binary1101110111000010101101100101111111011101001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC20B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC20B; }

 p { color: rgb(221,194,11); }

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

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

 a { background-color: rgb(221,194,11); }

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

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

 span { border-color: rgb(221,194,11); }

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