Html Css Color HEX #D8CE00 Bird Flower

📋 copy color: '#D8CE00'

red 216 ◦ green 206 ◦ blue 0

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

Shades of Bird Flower #D8CE00

Tints of Bird Flower #D8CE00

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.82%

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

R = 51.18%
G = 48.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D8CE00 (or 0xD8CE00) is known color: Bird Flower. HEX triplet: D8, CE and 00. RGB value is (216,206,0). Sum of RGB (Red+Green+Blue) = 216+206+0=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8CE00 is #2731FF. Grayscale: #BABABA. Windows color (decimal): -2568704 or 52952. OLE color: 52952.

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

Color convert

RGB 216 206 0 -
CMYK 0 0.05 1 0.15
HSL 57.22º 1% 0.42% -
HSV(B) 57.22º 1% 0.85% -
XYZ 50.39 58.74 8.68 -
YUV 185.51 23.31 149.75 -
System Red Green Blue C M Y K H S L
Decimal 216 206 0 0 0.05 1 0.15 57.22 1 0.42
Hex D8 CE 0 0 5 64 F 39 64 2A
Octal 330 316 0 0 5 144 17 71 144 52
Binary 11011000 11001110 0 0 101 1100100 1111 111001 1100100 101010

Color Harmonies of #D8CE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CE00

Black with #D8CE00

Text Example


Text Example

White with #D8CE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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