Html Css Color HEX #D8C808 Bird Flower

📋 copy color: '#D8C808'

red 216 ◦ green 200 ◦ blue 8

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

Shades of Bird Flower #D8C808

Tints of Bird Flower #D8C808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.89%

R = 50.94%
G = 47.17%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D8C808 (or 0xD8C808) is known color: Bird Flower. HEX triplet: D8, C8 and 08. RGB value is (216,200,8). Sum of RGB (Red+Green+Blue) = 216+200+8=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 8 (3.52% from 255 or 1.89% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C808 is #2737F7. Grayscale: #B7B7B7. Windows color (decimal): -2570232 or 575704. OLE color: 575704.

HSL color Cylindrical-coordinate representation of color #D8C808: hue angle of 55.38º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D8C808 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 200 8 -
CMYK 0 0.07 0.96 0.15
HSL 55.38º 0.93% 0.44% -
HSV(B) 55.38º 0.96% 0.85% -
XYZ 49.02 55.93 8.44 -
YUV 182.9 29.3 151.61 -
System Red Green Blue C M Y K H S L
Decimal 216 200 8 0 0.07 0.96 0.15 55.38 0.93 0.44
Hex D8 C8 8 0 7 60 F 37 5D 2C
Octal 330 310 10 0 7 140 17 67 135 54
Binary 11011000 11001000 1000 0 111 1100000 1111 110111 1011101 101100

Color Harmonies of #D8C808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C808

Black with #D8C808

Text Example


Text Example

White with #D8C808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C808; }

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

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

background-color css

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

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

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

border-color css

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

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

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