#DDC400

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

Shades of Sunflower #DDC400

Tints of Sunflower #DDC400

Color information

#DDC400 (or 0xDDC400) is unknown color: approx Sunflower. HEX triplet: DD, C4 and 00. RGB value is (221,196,0). Sum of RGB (Red+Green+Blue) = 221+196+0=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 196 (76.95% from 255 or 47.00% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC400 is #223BFF. Grayscale: #B5B5B5. Windows color (decimal): -2243584 or 50397. OLE color: 50397.

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

Color convert

RGB2211960-
CMYK00.1110.13
HSL53.21º100%43.33%-
HSV(B)53.21º100%86.67%-
XYZ49.5654.857.98-
YUV181.1325.78156.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.00%
GREEN value IS 196 (76.95% from 255) = 47.00%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.00%
G=47.00%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221196000.1110.1353.2110043.33
HexDDC400B64D35642b
Octal3353040013144156514453
Binary1101110111000100001011110010011011101011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC400; }

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

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

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

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

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

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

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

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