Html Css Color HEX #D8C216 Sunflower

📋 copy color: '#D8C216'

red 216 ◦ green 194 ◦ blue 22

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

Shades of Sunflower #D8C216

Tints of Sunflower #D8C216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.09%

R = 50%
G = 44.91%
B = 5.09%

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

#D8C216 (or 0xD8C216) is known color: Sunflower. HEX triplet: D8, C2 and 16. RGB value is (216,194,22). Sum of RGB (Red+Green+Blue) = 216+194+22=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C216 is #273DE9. Grayscale: #B5B5B5. Windows color (decimal): -2571754 or 1491672. OLE color: 1491672.

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

Color convert

RGB 216 194 22 -
CMYK 0 0.10 0.90 0.15
HSL 53.2º 0.82% 0.47% -
HSV(B) 53.2º 0.9% 0.85% -
XYZ 47.76 53.24 8.52 -
YUV 180.97 38.29 152.99 -
System Red Green Blue C M Y K H S L
Decimal 216 194 22 0 0.10 0.90 0.15 53.2 0.82 0.47
Hex D8 C2 16 0 A 5A F 35 52 2F
Octal 330 302 26 0 12 132 17 65 122 57
Binary 11011000 11000010 10110 0 1010 1011010 1111 110101 1010010 101111

Color Harmonies of #D8C216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C216

Black with #D8C216

Text Example


Text Example

White with #D8C216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C216; }

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

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

background-color css

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

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

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

border-color css

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

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

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