Html Css Color HEX #D8C118 Sunflower

📋 copy color: '#D8C118'

red 216 ◦ green 193 ◦ blue 24

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

Shades of Sunflower #D8C118

Tints of Sunflower #D8C118

RGB

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

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

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

R = 49.88%
G = 44.57%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D8C118 (or 0xD8C118) is known color: Sunflower. HEX triplet: D8, C1 and 18. RGB value is (216,193,24). Sum of RGB (Red+Green+Blue) = 216+193+24=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 24 (9.77% from 255 or 5.54% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C118 is #273EE7. Grayscale: #B5B5B5. Windows color (decimal): -2572008 or 1622488. OLE color: 1622488.

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

Color convert

RGB 216 193 24 -
CMYK 0 0.11 0.89 0.15
HSL 52.81º 0.8% 0.47% -
HSV(B) 52.81º 0.89% 0.85% -
XYZ 47.55 52.8 8.55 -
YUV 180.61 39.62 153.24 -
System Red Green Blue C M Y K H S L
Decimal 216 193 24 0 0.11 0.89 0.15 52.81 0.8 0.47
Hex D8 C1 18 0 B 59 F 35 50 2F
Octal 330 301 30 0 13 131 17 65 120 57
Binary 11011000 11000001 11000 0 1011 1011001 1111 110101 1010000 101111

Color Harmonies of #D8C118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C118

Black with #D8C118

Text Example


Text Example

White with #D8C118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C118; }

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

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

background-color css

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

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

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

border-color css

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

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

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