Html Css Color HEX #DEC70E Sunflower

📋 copy color: '#DEC70E'

red 222 ◦ green 199 ◦ blue 14

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

Shades of Sunflower #DEC70E

Tints of Sunflower #DEC70E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.75%

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

R = 51.03%
G = 45.75%
B = 3.22%

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

#DEC70E (or 0xDEC70E) is known color: Sunflower. HEX triplet: DE, C7 and 0E. RGB value is (222,199,14). Sum of RGB (Red+Green+Blue) = 222+199+14=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 14 (5.86% from 255 or 3.22% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC70E is #2138F1. Grayscale: #B9B9B9. Windows color (decimal): -2177266 or 968670. OLE color: 968670.

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

Color convert

RGB 222 199 14 -
CMYK 0 0.10 0.94 0.13
HSL 53.37º 0.88% 0.46% -
HSV(B) 53.37º 0.94% 0.87% -
XYZ 50.63 56.41 8.64 -
YUV 184.79 31.62 154.54 -
System Red Green Blue C M Y K H S L
Decimal 222 199 14 0 0.10 0.94 0.13 53.37 0.88 0.46
Hex DE C7 E 0 A 5E D 35 58 2E
Octal 336 307 16 0 12 136 15 65 130 56
Binary 11011110 11000111 1110 0 1010 1011110 1101 110101 1011000 101110

Color Harmonies of #DEC70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC70E

Black with #DEC70E

Text Example


Text Example

White with #DEC70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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