Html Css Color HEX #DEC50E Sunflower

📋 copy color: '#DEC50E'

red 222 ◦ green 197 ◦ blue 14

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

Shades of Sunflower #DEC50E

Tints of Sunflower #DEC50E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.5%

 BLUE value IS 14 (5.86% from 255) = 3.23%

R = 51.27%
G = 45.5%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DEC50E (or 0xDEC50E) is known color: Sunflower. HEX triplet: DE, C5 and 0E. RGB value is (222,197,14). Sum of RGB (Red+Green+Blue) = 222+197+14=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 14 (5.86% from 255 or 3.23% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC50E is #213AF1. Grayscale: #B8B8B8. Windows color (decimal): -2177778 or 968158. OLE color: 968158.

HSL color Cylindrical-coordinate representation of color #DEC50E: hue angle of 52.79º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DEC50E is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 197 14 -
CMYK 0 0.11 0.94 0.13
HSL 52.79º 0.88% 0.46% -
HSV(B) 52.79º 0.94% 0.87% -
XYZ 50.17 55.49 8.48 -
YUV 183.61 32.28 155.38 -
System Red Green Blue C M Y K H S L
Decimal 222 197 14 0 0.11 0.94 0.13 52.79 0.88 0.46
Hex DE C5 E 0 B 5E D 35 58 2E
Octal 336 305 16 0 13 136 15 65 130 56
Binary 11011110 11000101 1110 0 1011 1011110 1101 110101 1011000 101110

Color Harmonies of #DEC50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC50E

Black with #DEC50E

Text Example


Text Example

White with #DEC50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC50E; }

 p { color: rgb(222,197,14); }

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

background-color css

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

 a { background-color: rgb(222,197,14); }

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

border-color css

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

 span { border-color: rgb(222,197,14); }

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