Html Css Color HEX #D8C218 Sunflower

📋 copy color: '#D8C218'

red 216 ◦ green 194 ◦ blue 24

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

Shades of Sunflower #D8C218

Tints of Sunflower #D8C218

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.7%

 BLUE value IS 24 (9.77% from 255) = 5.53%

R = 49.77%
G = 44.7%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D8C218 (or 0xD8C218) is known color: Sunflower. HEX triplet: D8, C2 and 18. RGB value is (216,194,24). Sum of RGB (Red+Green+Blue) = 216+194+24=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 24 (9.77% from 255 or 5.53% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C218 is #273DE7. Grayscale: #B5B5B5. Windows color (decimal): -2571752 or 1622744. OLE color: 1622744.

HSL color Cylindrical-coordinate representation of color #D8C218: hue angle of 53.12º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D8C218 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 194 24 -
CMYK 0 0.10 0.89 0.15
HSL 53.13º 0.8% 0.47% -
HSV(B) 53.13º 0.89% 0.85% -
XYZ 47.78 53.25 8.62 -
YUV 181.2 39.29 152.82 -
System Red Green Blue C M Y K H S L
Decimal 216 194 24 0 0.10 0.89 0.15 53.13 0.8 0.47
Hex D8 C2 18 0 A 59 F 35 50 2F
Octal 330 302 30 0 12 131 17 65 120 57
Binary 11011000 11000010 11000 0 1010 1011001 1111 110101 1010000 101111

Color Harmonies of #D8C218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C218

Black with #D8C218

Text Example


Text Example

White with #D8C218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C218; }

 p { color: rgb(216,194,24); }

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

background-color css

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

 a { background-color: rgb(216,194,24); }

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

border-color css

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

 span { border-color: rgb(216,194,24); }

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