Html Css Color HEX #D8C108 Bird Flower

📋 copy color: '#D8C108'

red 216 ◦ green 193 ◦ blue 8

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

Shades of Bird Flower #D8C108

Tints of Bird Flower #D8C108

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.28%

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

R = 51.8%
G = 46.28%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D8C108 (or 0xD8C108) is known color: Bird Flower. HEX triplet: D8, C1 and 08. RGB value is (216,193,8). Sum of RGB (Red+Green+Blue) = 216+193+8=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 8 (3.52% from 255 or 1.92% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C108 is #273EF7. Grayscale: #B3B3B3. Windows color (decimal): -2572024 or 573912. OLE color: 573912.

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

Color convert

RGB 216 193 8 -
CMYK 0 0.11 0.96 0.15
HSL 53.37º 0.93% 0.44% -
HSV(B) 53.37º 0.96% 0.85% -
XYZ 47.43 52.76 7.91 -
YUV 178.79 31.62 154.54 -
System Red Green Blue C M Y K H S L
Decimal 216 193 8 0 0.11 0.96 0.15 53.37 0.93 0.44
Hex D8 C1 8 0 B 60 F 35 5D 2C
Octal 330 301 10 0 13 140 17 65 135 54
Binary 11011000 11000001 1000 0 1011 1100000 1111 110101 1011101 101100

Color Harmonies of #D8C108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C108

Black with #D8C108

Text Example


Text Example

White with #D8C108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C108; }

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

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

background-color css

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

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

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

border-color css

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

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

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