Html Css Color HEX #D8C810 Bird Flower

📋 copy color: '#D8C810'

red 216 ◦ green 200 ◦ blue 16

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

Shades of Bird Flower #D8C810

Tints of Bird Flower #D8C810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.7%

R = 50%
G = 46.3%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8C810 (or 0xD8C810) is known color: Bird Flower. HEX triplet: D8, C8 and 10. RGB value is (216,200,16). Sum of RGB (Red+Green+Blue) = 216+200+16=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 16 (6.64% from 255 or 3.70% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C810 is #2737EF. Grayscale: #B8B8B8. Windows color (decimal): -2570224 or 1099992. OLE color: 1099992.

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

Color convert

RGB 216 200 16 -
CMYK 0 0.07 0.93 0.15
HSL 55.2º 0.86% 0.45% -
HSV(B) 55.2º 0.93% 0.85% -
XYZ 49.07 55.94 8.7 -
YUV 183.81 33.3 150.96 -
System Red Green Blue C M Y K H S L
Decimal 216 200 16 0 0.07 0.93 0.15 55.2 0.86 0.45
Hex D8 C8 10 0 7 5D F 37 56 2D
Octal 330 310 20 0 7 135 17 67 126 55
Binary 11011000 11001000 10000 0 111 1011101 1111 110111 1010110 101101

Color Harmonies of #D8C810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C810

Black with #D8C810

Text Example


Text Example

White with #D8C810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C810; }

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

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

background-color css

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

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

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

border-color css

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

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

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