Html Css Color HEX #D8CC00 Bird Flower

📋 copy color: '#D8CC00'

red 216 ◦ green 204 ◦ blue 0

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

Shades of Bird Flower #D8CC00

Tints of Bird Flower #D8CC00

RGB

 RED value IS 216 (84.77% from 255) = 51.43%

 GREEN value IS 204 (80.08% from 255) = 48.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.43%
G = 48.57%
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

#D8CC00 (or 0xD8CC00) is known color: Bird Flower. HEX triplet: D8, CC and 00. RGB value is (216,204,0). Sum of RGB (Red+Green+Blue) = 216+204+0=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8CC00 is #2733FF. Grayscale: #B9B9B9. Windows color (decimal): -2569216 or 52440. OLE color: 52440.

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

Color convert

RGB 216 204 0 -
CMYK 0 0.06 1 0.15
HSL 56.67º 1% 0.42% -
HSV(B) 56.67º 1% 0.85% -
XYZ 49.91 57.78 8.52 -
YUV 184.33 23.98 150.59 -
System Red Green Blue C M Y K H S L
Decimal 216 204 0 0 0.06 1 0.15 56.67 1 0.42
Hex D8 CC 0 0 6 64 F 39 64 2A
Octal 330 314 0 0 6 144 17 71 144 52
Binary 11011000 11001100 0 0 110 1100100 1111 111001 1100100 101010

Color Harmonies of #D8CC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CC00

Black with #D8CC00

Text Example


Text Example

White with #D8CC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CC00; }

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

 H1.HeaderClassName
 {
   color: #D8CC00;
 }
 .AnyTagClassName
 {
   color: #D8CC00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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