Html Css Color HEX #DEC114 Sunflower

📋 copy color: '#DEC114'

red 222 ◦ green 193 ◦ blue 20

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

Shades of Sunflower #DEC114

Tints of Sunflower #DEC114

RGB

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

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

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

R = 51.03%
G = 44.37%
B = 4.6%

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

#DEC114 (or 0xDEC114) is known color: Sunflower. HEX triplet: DE, C1 and 14. RGB value is (222,193,20). Sum of RGB (Red+Green+Blue) = 222+193+20=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC114 is #213EEB. Grayscale: #B6B6B6. Windows color (decimal): -2178796 or 1360350. OLE color: 1360350.

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

Color convert

RGB 222 193 20 -
CMYK 0 0.13 0.91 0.13
HSL 51.39º 0.83% 0.47% -
HSV(B) 51.39º 0.91% 0.87% -
XYZ 49.32 53.72 8.43 -
YUV 181.95 36.61 156.57 -
System Red Green Blue C M Y K H S L
Decimal 222 193 20 0 0.13 0.91 0.13 51.39 0.83 0.47
Hex DE C1 14 0 D 5B D 33 53 2F
Octal 336 301 24 0 15 133 15 63 123 57
Binary 11011110 11000001 10100 0 1101 1011011 1101 110011 1010011 101111

Color Harmonies of #DEC114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC114

Black with #DEC114

Text Example


Text Example

White with #DEC114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC114; }

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

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

background-color css

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

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

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

border-color css

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

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

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