#DDC600

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

Shades of Bird Flower #DDC600

Tints of Bird Flower #DDC600

Color information

#DDC600 (or 0xDDC600) is unknown color: approx Bird Flower. HEX triplet: DD, C6 and 00. RGB value is (221,198,0). Sum of RGB (Red+Green+Blue) = 221+198+0=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC600 is #2239FF. Grayscale: #B7B7B7. Windows color (decimal): -2243072 or 50909. OLE color: 50909.

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

Color convert

RGB2211980-
CMYK00.1010.13
HSL53.76º100%43.33%-
HSV(B)53.76º100%86.67%-
XYZ50.0155.768.13-
YUV182.325.12155.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.74%
GREEN value IS 198 (77.73% from 255) = 47.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.74%
G=47.26%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221198000.1010.1353.7610043.33
HexDDC600A64D36642b
Octal3353060012144156614453
Binary1101110111000110001010110010011011101101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC600; }

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

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

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

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

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

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

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

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