Html Css Color HEX #DEC014 Sunflower

📋 copy color: '#DEC014'

red 222 ◦ green 192 ◦ blue 20

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

Shades of Sunflower #DEC014

Tints of Sunflower #DEC014

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.24%

 BLUE value IS 20 (8.2% from 255) = 4.61%

R = 51.15%
G = 44.24%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEC014 (or 0xDEC014) is known color: Sunflower. HEX triplet: DE, C0 and 14. RGB value is (222,192,20). Sum of RGB (Red+Green+Blue) = 222+192+20=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC014 is #213FEB. Grayscale: #B6B6B6. Windows color (decimal): -2179052 or 1360094. OLE color: 1360094.

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

Color convert

RGB 222 192 20 -
CMYK 0 0.14 0.91 0.13
HSL 51.09º 0.83% 0.47% -
HSV(B) 51.09º 0.91% 0.87% -
XYZ 49.1 53.28 8.36 -
YUV 181.36 36.94 156.99 -
System Red Green Blue C M Y K H S L
Decimal 222 192 20 0 0.14 0.91 0.13 51.09 0.83 0.47
Hex DE C0 14 0 E 5B D 33 53 2F
Octal 336 300 24 0 16 133 15 63 123 57
Binary 11011110 11000000 10100 0 1110 1011011 1101 110011 1010011 101111

Color Harmonies of #DEC014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC014

Black with #DEC014

Text Example


Text Example

White with #DEC014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC014; }

 p { color: rgb(222,192,20); }

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

background-color css

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

 a { background-color: rgb(222,192,20); }

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

border-color css

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

 span { border-color: rgb(222,192,20); }

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