#DDC300

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

Shades of Sunflower #DDC300

Tints of Sunflower #DDC300

Color information

#DDC300 (or 0xDDC300) is unknown color: approx Sunflower. HEX triplet: DD, C3 and 00. RGB value is (221,195,0). Sum of RGB (Red+Green+Blue) = 221+195+0=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC300 is #223CFF. Grayscale: #B5B5B5. Windows color (decimal): -2243840 or 50141. OLE color: 50141.

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

Color convert

RGB2211950-
CMYK00.1210.13
HSL52.94º100%43.33%-
HSV(B)52.94º100%86.67%-
XYZ49.3354.47.9-
YUV180.5426.11156.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.12%
GREEN value IS 195 (76.56% from 255) = 46.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.12%
G=46.88%
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
Decimal221195000.1210.1352.9410043.33
HexDDC300C64D35642b
Octal3353030014144156514453
Binary1101110111000011001100110010011011101011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC300; }

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

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

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

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

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

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

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

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