Html Css Color HEX #D8C508 Bird Flower

📋 copy color: '#D8C508'

red 216 ◦ green 197 ◦ blue 8

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

Shades of Bird Flower #D8C508

Tints of Bird Flower #D8C508

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.79%

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

R = 51.31%
G = 46.79%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D8C508 (or 0xD8C508) is known color: Bird Flower. HEX triplet: D8, C5 and 08. RGB value is (216,197,8). Sum of RGB (Red+Green+Blue) = 216+197+8=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 8 (3.52% from 255 or 1.90% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C508 is #273AF7. Grayscale: #B5B5B5. Windows color (decimal): -2571000 or 574936. OLE color: 574936.

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

Color convert

RGB 216 197 8 -
CMYK 0 0.09 0.96 0.15
HSL 54.52º 0.93% 0.44% -
HSV(B) 54.52º 0.96% 0.85% -
XYZ 48.33 54.55 8.21 -
YUV 181.14 30.29 152.87 -
System Red Green Blue C M Y K H S L
Decimal 216 197 8 0 0.09 0.96 0.15 54.52 0.93 0.44
Hex D8 C5 8 0 9 60 F 37 5D 2C
Octal 330 305 10 0 11 140 17 67 135 54
Binary 11011000 11000101 1000 0 1001 1100000 1111 110111 1011101 101100

Color Harmonies of #D8C508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C508

Black with #D8C508

Text Example


Text Example

White with #D8C508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C508; }

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

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

background-color css

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

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

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

border-color css

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

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

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