Html Css Color HEX #D8C112 Sunflower

📋 copy color: '#D8C112'

red 216 ◦ green 193 ◦ blue 18

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

Shades of Sunflower #D8C112

Tints of Sunflower #D8C112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.22%

R = 50.59%
G = 45.2%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D8C112 (or 0xD8C112) is known color: Sunflower. HEX triplet: D8, C1 and 12. RGB value is (216,193,18). Sum of RGB (Red+Green+Blue) = 216+193+18=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 18 (7.42% from 255 or 4.22% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C112 is #273EED. Grayscale: #B4B4B4. Windows color (decimal): -2572014 or 1229272. OLE color: 1229272.

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

Color convert

RGB 216 193 18 -
CMYK 0 0.11 0.92 0.15
HSL 53.03º 0.85% 0.46% -
HSV(B) 53.03º 0.92% 0.85% -
XYZ 47.5 52.78 8.26 -
YUV 179.93 36.62 153.73 -
System Red Green Blue C M Y K H S L
Decimal 216 193 18 0 0.11 0.92 0.15 53.03 0.85 0.46
Hex D8 C1 12 0 B 5C F 35 55 2E
Octal 330 301 22 0 13 134 17 65 125 56
Binary 11011000 11000001 10010 0 1011 1011100 1111 110101 1010101 101110

Color Harmonies of #D8C112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C112

Black with #D8C112

Text Example


Text Example

White with #D8C112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C112; }

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

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

background-color css

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

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

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

border-color css

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

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

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