Html Css Color HEX #DEC80E Sunflower

📋 copy color: '#DEC80E'

red 222 ◦ green 200 ◦ blue 14

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

Shades of Sunflower #DEC80E

Tints of Sunflower #DEC80E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.87%

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

R = 50.92%
G = 45.87%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DEC80E (or 0xDEC80E) is known color: Sunflower. HEX triplet: DE, C8 and 0E. RGB value is (222,200,14). Sum of RGB (Red+Green+Blue) = 222+200+14=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC80E is #2137F1. Grayscale: #BABABA. Windows color (decimal): -2177010 or 968926. OLE color: 968926.

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

Color convert

RGB 222 200 14 -
CMYK 0 0.10 0.94 0.13
HSL 53.65º 0.88% 0.46% -
HSV(B) 53.65º 0.94% 0.87% -
XYZ 50.86 56.87 8.71 -
YUV 185.37 31.29 154.12 -
System Red Green Blue C M Y K H S L
Decimal 222 200 14 0 0.10 0.94 0.13 53.65 0.88 0.46
Hex DE C8 E 0 A 5E D 36 58 2E
Octal 336 310 16 0 12 136 15 66 130 56
Binary 11011110 11001000 1110 0 1010 1011110 1101 110110 1011000 101110

Color Harmonies of #DEC80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC80E

Black with #DEC80E

Text Example


Text Example

White with #DEC80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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