Html Css Color HEX #D8C116 Sunflower

📋 copy color: '#D8C116'

red 216 ◦ green 193 ◦ blue 22

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

Shades of Sunflower #D8C116

Tints of Sunflower #D8C116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.1%

R = 50.12%
G = 44.78%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8C116 (or 0xD8C116) is known color: Sunflower. HEX triplet: D8, C1 and 16. RGB value is (216,193,22). Sum of RGB (Red+Green+Blue) = 216+193+22=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C116 is #273EE9. Grayscale: #B5B5B5. Windows color (decimal): -2572010 or 1491416. OLE color: 1491416.

HSL color Cylindrical-coordinate representation of color #D8C116: hue angle of 52.89º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8C116 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 193 22 -
CMYK 0 0.11 0.90 0.15
HSL 52.89º 0.82% 0.47% -
HSV(B) 52.89º 0.9% 0.85% -
XYZ 47.53 52.8 8.44 -
YUV 180.38 38.62 153.4 -
System Red Green Blue C M Y K H S L
Decimal 216 193 22 0 0.11 0.90 0.15 52.89 0.82 0.47
Hex D8 C1 16 0 B 5A F 35 52 2F
Octal 330 301 26 0 13 132 17 65 122 57
Binary 11011000 11000001 10110 0 1011 1011010 1111 110101 1010010 101111

Color Harmonies of #D8C116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C116

Black with #D8C116

Text Example


Text Example

White with #D8C116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C116; }

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

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

background-color css

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

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

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

border-color css

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

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

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