Html Css Color HEX #DEC215 Sunflower

📋 copy color: '#DEC215'

red 222 ◦ green 194 ◦ blue 21

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

Shades of Sunflower #DEC215

Tints of Sunflower #DEC215

RGB

 RED value IS 222 (87.11% from 255) = 50.8%

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

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

R = 50.8%
G = 44.39%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEC215 (or 0xDEC215) is known color: Sunflower. HEX triplet: DE, C2 and 15. RGB value is (222,194,21). Sum of RGB (Red+Green+Blue) = 222+194+21=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 21 (8.59% from 255 or 4.81% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC215 is #213DEA. Grayscale: #B7B7B7. Windows color (decimal): -2178539 or 1426142. OLE color: 1426142.

HSL color Cylindrical-coordinate representation of color #DEC215: hue angle of 51.64º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DEC215 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 194 21 -
CMYK 0 0.13 0.91 0.13
HSL 51.64º 0.83% 0.48% -
HSV(B) 51.64º 0.91% 0.87% -
XYZ 49.55 54.17 8.55 -
YUV 182.65 36.78 156.07 -
System Red Green Blue C M Y K H S L
Decimal 222 194 21 0 0.13 0.91 0.13 51.64 0.83 0.48
Hex DE C2 15 0 D 5B D 34 53 30
Octal 336 302 25 0 15 133 15 64 123 60
Binary 11011110 11000010 10101 0 1101 1011011 1101 110100 1010011 110000

Color Harmonies of #DEC215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC215

Black with #DEC215

Text Example


Text Example

White with #DEC215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC215; }

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

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

background-color css

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

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

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

border-color css

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

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

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