Html Css Color HEX #D8C215 Sunflower

📋 copy color: '#D8C215'

red 216 ◦ green 194 ◦ blue 21

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

Shades of Sunflower #D8C215

Tints of Sunflower #D8C215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.87%

R = 50.12%
G = 45.01%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8C215 (or 0xD8C215) is known color: Sunflower. HEX triplet: D8, C2 and 15. RGB value is (216,194,21). Sum of RGB (Red+Green+Blue) = 216+194+21=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 21 (8.59% from 255 or 4.87% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C215 is #273DEA. Grayscale: #B5B5B5. Windows color (decimal): -2571755 or 1426136. OLE color: 1426136.

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

Color convert

RGB 216 194 21 -
CMYK 0 0.10 0.90 0.15
HSL 53.23º 0.82% 0.46% -
HSV(B) 53.23º 0.9% 0.85% -
XYZ 47.75 53.24 8.47 -
YUV 180.86 37.79 153.07 -
System Red Green Blue C M Y K H S L
Decimal 216 194 21 0 0.10 0.90 0.15 53.23 0.82 0.46
Hex D8 C2 15 0 A 5A F 35 52 2E
Octal 330 302 25 0 12 132 17 65 122 56
Binary 11011000 11000010 10101 0 1010 1011010 1111 110101 1010010 101110

Color Harmonies of #D8C215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C215

Black with #D8C215

Text Example


Text Example

White with #D8C215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C215; }

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

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

background-color css

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

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

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

border-color css

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

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

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