Html Css Color HEX #DEC615 Sunflower

📋 copy color: '#DEC615'

red 222 ◦ green 198 ◦ blue 21

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

Shades of Sunflower #DEC615

Tints of Sunflower #DEC615

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.9%

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

R = 50.34%
G = 44.9%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEC615 (or 0xDEC615) is known color: Sunflower. HEX triplet: DE, C6 and 15. RGB value is (222,198,21). Sum of RGB (Red+Green+Blue) = 222+198+21=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 21 (8.59% from 255 or 4.76% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC615 is #2139EA. Grayscale: #B9B9B9. Windows color (decimal): -2177515 or 1427166. OLE color: 1427166.

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

Color convert

RGB 222 198 21 -
CMYK 0 0.11 0.91 0.13
HSL 52.84º 0.83% 0.48% -
HSV(B) 52.84º 0.91% 0.87% -
XYZ 50.45 55.97 8.85 -
YUV 185 35.45 154.39 -
System Red Green Blue C M Y K H S L
Decimal 222 198 21 0 0.11 0.91 0.13 52.84 0.83 0.48
Hex DE C6 15 0 B 5B D 35 53 30
Octal 336 306 25 0 13 133 15 65 123 60
Binary 11011110 11000110 10101 0 1011 1011011 1101 110101 1010011 110000

Color Harmonies of #DEC615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC615

Black with #DEC615

Text Example


Text Example

White with #DEC615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC615; }

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

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

background-color css

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

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

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

border-color css

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

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

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