Html Css Color HEX #D8C516 Sunflower

📋 copy color: '#D8C516'

red 216 ◦ green 197 ◦ blue 22

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

Shades of Sunflower #D8C516

Tints of Sunflower #D8C516

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.29%

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

R = 49.66%
G = 45.29%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8C516 (or 0xD8C516) is known color: Sunflower. HEX triplet: D8, C5 and 16. RGB value is (216,197,22). Sum of RGB (Red+Green+Blue) = 216+197+22=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 22 (8.98% from 255 or 5.06% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C516 is #273AE9. Grayscale: #B7B7B7. Windows color (decimal): -2570986 or 1492440. OLE color: 1492440.

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

Color convert

RGB 216 197 22 -
CMYK 0 0.09 0.90 0.15
HSL 54.12º 0.82% 0.47% -
HSV(B) 54.12º 0.9% 0.85% -
XYZ 48.43 54.59 8.74 -
YUV 182.73 37.29 151.73 -
System Red Green Blue C M Y K H S L
Decimal 216 197 22 0 0.09 0.90 0.15 54.12 0.82 0.47
Hex D8 C5 16 0 9 5A F 36 52 2F
Octal 330 305 26 0 11 132 17 66 122 57
Binary 11011000 11000101 10110 0 1001 1011010 1111 110110 1010010 101111

Color Harmonies of #D8C516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C516

Black with #D8C516

Text Example


Text Example

White with #D8C516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C516; }

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

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

background-color css

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

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

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

border-color css

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

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

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