Html Css Color HEX #DEC40E Sunflower

📋 copy color: '#DEC40E'

red 222 ◦ green 196 ◦ blue 14

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

Shades of Sunflower #DEC40E

Tints of Sunflower #DEC40E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.37%

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

R = 51.39%
G = 45.37%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DEC40E (or 0xDEC40E) is known color: Sunflower. HEX triplet: DE, C4 and 0E. RGB value is (222,196,14). Sum of RGB (Red+Green+Blue) = 222+196+14=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 14 (5.86% from 255 or 3.24% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC40E is #213BF1. Grayscale: #B7B7B7. Windows color (decimal): -2178034 or 967902. OLE color: 967902.

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

Color convert

RGB 222 196 14 -
CMYK 0 0.12 0.94 0.13
HSL 52.5º 0.88% 0.46% -
HSV(B) 52.5º 0.94% 0.87% -
XYZ 49.94 55.04 8.41 -
YUV 183.03 32.61 155.8 -
System Red Green Blue C M Y K H S L
Decimal 222 196 14 0 0.12 0.94 0.13 52.5 0.88 0.46
Hex DE C4 E 0 C 5E D 34 58 2E
Octal 336 304 16 0 14 136 15 64 130 56
Binary 11011110 11000100 1110 0 1100 1011110 1101 110100 1011000 101110

Color Harmonies of #DEC40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC40E

Black with #DEC40E

Text Example


Text Example

White with #DEC40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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