#D9CC00

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

Shades of Bird Flower #D9CC00

Tints of Bird Flower #D9CC00

Color information

#D9CC00 (or 0xD9CC00) is unknown color: approx Bird Flower. HEX triplet: D9, CC and 00. RGB value is (217,204,0). Sum of RGB (Red+Green+Blue) = 217+204+0=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CC00 is #2633FF. Grayscale: #B9B9B9. Windows color (decimal): -2503680 or 52441. OLE color: 52441.

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

Color convert

RGB2172040-
CMYK00.0610.15
HSL56.41º100%42.55%-
HSV(B)56.41º100%85.1%-
XYZ50.2157.948.54-
YUV184.6323.81151.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.54%
GREEN value IS 204 (80.08% from 255) = 48.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.54%
G=48.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 1
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217204000.0610.1556.4110042.55
HexD9CC00664F38642b
Octal331314006144177014453
Binary110110011100110000110110010011111110001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CC00; }

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

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

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

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

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

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

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

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