Html Css Color HEX #D8C211 Sunflower

📋 copy color: '#D8C211'

red 216 ◦ green 194 ◦ blue 17

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

Shades of Sunflower #D8C211

Tints of Sunflower #D8C211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.98%

R = 50.59%
G = 45.43%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D8C211 (or 0xD8C211) is known color: Sunflower. HEX triplet: D8, C2 and 11. RGB value is (216,194,17). Sum of RGB (Red+Green+Blue) = 216+194+17=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 17 (7.03% from 255 or 3.98% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C211 is #273DEE. Grayscale: #B5B5B5. Windows color (decimal): -2571759 or 1163992. OLE color: 1163992.

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

Color convert

RGB 216 194 17 -
CMYK 0 0.10 0.92 0.15
HSL 53.37º 0.85% 0.46% -
HSV(B) 53.37º 0.92% 0.85% -
XYZ 47.71 53.22 8.29 -
YUV 180.4 35.79 153.39 -
System Red Green Blue C M Y K H S L
Decimal 216 194 17 0 0.10 0.92 0.15 53.37 0.85 0.46
Hex D8 C2 11 0 A 5C F 35 55 2E
Octal 330 302 21 0 12 134 17 65 125 56
Binary 11011000 11000010 10001 0 1010 1011100 1111 110101 1010101 101110

Color Harmonies of #D8C211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C211

Black with #D8C211

Text Example


Text Example

White with #D8C211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C211; }

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

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

background-color css

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

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

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

border-color css

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

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

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