Html Css Color HEX #DEC115 Sunflower

📋 copy color: '#DEC115'

red 222 ◦ green 193 ◦ blue 21

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

Shades of Sunflower #DEC115

Tints of Sunflower #DEC115

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.27%

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

R = 50.92%
G = 44.27%
B = 4.82%

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

#DEC115 (or 0xDEC115) is known color: Sunflower. HEX triplet: DE, C1 and 15. RGB value is (222,193,21). Sum of RGB (Red+Green+Blue) = 222+193+21=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC115 is #213EEA. Grayscale: #B6B6B6. Windows color (decimal): -2178795 or 1425886. OLE color: 1425886.

HSL color Cylindrical-coordinate representation of color #DEC115: hue angle of 51.34º 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 #DEC115 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 193 21 -
CMYK 0 0.13 0.91 0.13
HSL 51.34º 0.83% 0.48% -
HSV(B) 51.34º 0.91% 0.87% -
XYZ 49.33 53.72 8.48 -
YUV 182.06 37.11 156.49 -
System Red Green Blue C M Y K H S L
Decimal 222 193 21 0 0.13 0.91 0.13 51.34 0.83 0.48
Hex DE C1 15 0 D 5B D 33 53 30
Octal 336 301 25 0 15 133 15 63 123 60
Binary 11011110 11000001 10101 0 1101 1011011 1101 110011 1010011 110000

Color Harmonies of #DEC115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC115

Black with #DEC115

Text Example


Text Example

White with #DEC115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC115; }

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

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

background-color css

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

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

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

border-color css

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

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

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