#DDCC00

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

Shades of Bird Flower #DDCC00

Tints of Bird Flower #DDCC00

Color information

#DDCC00 (or 0xDDCC00) is unknown color: approx Bird Flower. HEX triplet: DD, CC and 00. RGB value is (221,204,0). Sum of RGB (Red+Green+Blue) = 221+204+0=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCC00 is #2233FF. Grayscale: #BABABA. Windows color (decimal): -2241536 or 52445. OLE color: 52445.

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

Color convert

RGB2212040-
CMYK00.0810.13
HSL55.38º100%43.33%-
HSV(B)55.38º100%86.67%-
XYZ51.4158.568.59-
YUV185.8323.13153.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52%
GREEN value IS 204 (80.08% from 255) = 48%
BLUE value IS 0 (0.39% from 255) = 0%
R=52%
G=48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221204000.0810.1355.3810043.33
HexDDCC00864D37642b
Octal3353140010144156714453
Binary1101110111001100001000110010011011101111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC00; }

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

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

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

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

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

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

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

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