Html Css Color HEX #D8C410 Bird Flower

📋 copy color: '#D8C410'

red 216 ◦ green 196 ◦ blue 16

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

Shades of Bird Flower #D8C410

Tints of Bird Flower #D8C410

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.79%

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

R = 50.47%
G = 45.79%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8C410 (or 0xD8C410) is known color: Bird Flower. HEX triplet: D8, C4 and 10. RGB value is (216,196,16). Sum of RGB (Red+Green+Blue) = 216+196+16=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 196 (76.95% from 255 or 45.79% from 428); Blue value is 16 (6.64% from 255 or 3.74% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C410 is #273BEF. Grayscale: #B6B6B6. Windows color (decimal): -2571248 or 1098968. OLE color: 1098968.

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

Color convert

RGB 216 196 16 -
CMYK 0 0.09 0.93 0.15
HSL 54º 0.86% 0.45% -
HSV(B) 54º 0.93% 0.85% -
XYZ 48.15 54.12 8.4 -
YUV 181.46 34.63 152.64 -
System Red Green Blue C M Y K H S L
Decimal 216 196 16 0 0.09 0.93 0.15 54 0.86 0.45
Hex D8 C4 10 0 9 5D F 36 56 2D
Octal 330 304 20 0 11 135 17 66 126 55
Binary 11011000 11000100 10000 0 1001 1011101 1111 110110 1010110 101101

Color Harmonies of #D8C410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C410

Black with #D8C410

Text Example


Text Example

White with #D8C410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C410; }

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

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

background-color css

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

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

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

border-color css

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

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

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