Html Css Color HEX #D9CC00 Bird Flower

📋 copy color: '#D9CC00'

red 217 ◦ green 204 ◦ blue 0

#D9CC00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #D9CC00

Tints of Bird Flower #D9CC00

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 value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D9CC00 (or 0xD9CC00) is known color: 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

RGB 217 204 0 -
CMYK 0 0.06 1 0.15
HSL 56.41º 1% 0.43% -
HSV(B) 56.41º 1% 0.85% -
XYZ 50.21 57.94 8.54 -
YUV 184.63 23.81 151.09 -
System Red Green Blue C M Y K H S L
Decimal 217 204 0 0 0.06 1 0.15 56.41 1 0.43
Hex D9 CC 0 0 6 64 F 38 64 2B
Octal 331 314 0 0 6 144 17 70 144 53
Binary 11011001 11001100 0 0 110 1100100 1111 111000 1100100 101011

Color Harmonies of #D9CC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CC00

Black with #D9CC00

Text Example


Text Example

White with #D9CC00

Text Example


Text Example

HTML Codes & Css Web 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>