#DDC200

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

Shades of Sunflower #DDC200

Tints of Sunflower #DDC200

Color information

#DDC200 (or 0xDDC200) is unknown color: approx Sunflower. HEX triplet: DD, C2 and 00. RGB value is (221,194,0). Sum of RGB (Red+Green+Blue) = 221+194+0=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC200 is #223DFF. Grayscale: #B4B4B4. Windows color (decimal): -2244096 or 49885. OLE color: 49885.

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

Color convert

RGB2211940-
CMYK00.1210.13
HSL52.67º100%43.33%-
HSV(B)52.67º100%86.67%-
XYZ49.1153.967.83-
YUV179.9626.45157.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.25%
GREEN value IS 194 (76.17% from 255) = 46.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.25%
G=46.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221194000.1210.1352.6710043.33
HexDDC200C64D35642b
Octal3353020014144156514453
Binary1101110111000010001100110010011011101011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC200; }

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

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

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

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

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

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

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

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