Html Css Color HEX #D8C221 Sunflower

📋 copy color: '#D8C221'

red 216 ◦ green 194 ◦ blue 33

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

Shades of Sunflower #D8C221

Tints of Sunflower #D8C221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.45%

R = 48.76%
G = 43.79%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D8C221 (or 0xD8C221) is known color: Sunflower. HEX triplet: D8, C2 and 21. RGB value is (216,194,33). Sum of RGB (Red+Green+Blue) = 216+194+33=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 33 (13.28% from 255 or 7.45% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C221 is #273DDE. Grayscale: #B6B6B6. Windows color (decimal): -2571743 or 2212568. OLE color: 2212568.

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

Color convert

RGB 216 194 33 -
CMYK 0 0.10 0.85 0.15
HSL 52.79º 0.73% 0.49% -
HSV(B) 52.79º 0.85% 0.85% -
XYZ 47.89 53.29 9.2 -
YUV 182.22 43.79 152.09 -
System Red Green Blue C M Y K H S L
Decimal 216 194 33 0 0.10 0.85 0.15 52.79 0.73 0.49
Hex D8 C2 21 0 A 55 F 35 49 31
Octal 330 302 41 0 12 125 17 65 111 61
Binary 11011000 11000010 100001 0 1010 1010101 1111 110101 1001001 110001

Color Harmonies of #D8C221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C221

Black with #D8C221

Text Example


Text Example

White with #D8C221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C221; }

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

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

background-color css

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

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

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

border-color css

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

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

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