Html Css Color HEX #D8C800 Bird Flower

📋 copy color: '#D8C800'

red 216 ◦ green 200 ◦ blue 0

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

Shades of Bird Flower #D8C800

Tints of Bird Flower #D8C800

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.08%

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

R = 51.92%
G = 48.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D8C800 (or 0xD8C800) is known color: Bird Flower. HEX triplet: D8, C8 and 00. RGB value is (216,200,0). Sum of RGB (Red+Green+Blue) = 216+200+0=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C800 is #2737FF. Grayscale: #B6B6B6. Windows color (decimal): -2570240 or 51416. OLE color: 51416.

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

Color convert

RGB 216 200 0 -
CMYK 0 0.07 1 0.15
HSL 55.56º 1% 0.42% -
HSV(B) 55.56º 1% 0.85% -
XYZ 48.97 55.91 8.21 -
YUV 181.98 25.3 152.26 -
System Red Green Blue C M Y K H S L
Decimal 216 200 0 0 0.07 1 0.15 55.56 1 0.42
Hex D8 C8 0 0 7 64 F 38 64 2A
Octal 330 310 0 0 7 144 17 70 144 52
Binary 11011000 11001000 0 0 111 1100100 1111 111000 1100100 101010

Color Harmonies of #D8C800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C800

Black with #D8C800

Text Example


Text Example

White with #D8C800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C800; }

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

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

background-color css

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

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

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

border-color css

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

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

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