Html Css Color HEX #D8C910 Bird Flower

📋 copy color: '#D8C910'

red 216 ◦ green 201 ◦ blue 16

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

Shades of Bird Flower #D8C910

Tints of Bird Flower #D8C910

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.42%

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

R = 49.88%
G = 46.42%
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

#D8C910 (or 0xD8C910) is known color: Bird Flower. HEX triplet: D8, C9 and 10. RGB value is (216,201,16). Sum of RGB (Red+Green+Blue) = 216+201+16=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C910 is #2736EF. Grayscale: #B9B9B9. Windows color (decimal): -2569968 or 1100248. OLE color: 1100248.

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

Color convert

RGB 216 201 16 -
CMYK 0 0.07 0.93 0.15
HSL 55.5º 0.86% 0.45% -
HSV(B) 55.5º 0.93% 0.85% -
XYZ 49.3 56.41 8.78 -
YUV 184.4 32.97 150.54 -
System Red Green Blue C M Y K H S L
Decimal 216 201 16 0 0.07 0.93 0.15 55.5 0.86 0.45
Hex D8 C9 10 0 7 5D F 38 56 2D
Octal 330 311 20 0 7 135 17 70 126 55
Binary 11011000 11001001 10000 0 111 1011101 1111 111000 1010110 101101

Color Harmonies of #D8C910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C910

Black with #D8C910

Text Example


Text Example

White with #D8C910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C910; }

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

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

background-color css

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

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

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

border-color css

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

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

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