#D9CA00

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

Shades of Bird Flower #D9CA00

Tints of Bird Flower #D9CA00

Color information

#D9CA00 (or 0xD9CA00) is unknown color: approx Bird Flower. HEX triplet: D9, CA and 00. RGB value is (217,202,0). Sum of RGB (Red+Green+Blue) = 217+202+0=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CA00 is #2635FF. Grayscale: #B8B8B8. Windows color (decimal): -2504192 or 51929. OLE color: 51929.

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

Color convert

RGB2172020-
CMYK00.0710.15
HSL55.85º100%42.55%-
HSV(B)55.85º100%85.1%-
XYZ49.7456.998.38-
YUV183.4624.47151.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.79%
GREEN value IS 202 (79.30% from 255) = 48.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.79%
G=48.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217202000.0710.1555.8510042.55
HexD9CA00764F38642b
Octal331312007144177014453
Binary110110011100101000111110010011111110001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CA00; }

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

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

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

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

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

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

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

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