Html Css Color HEX #DEC11E Sunflower

📋 copy color: '#DEC11E'

red 222 ◦ green 193 ◦ blue 30

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

Shades of Sunflower #DEC11E

Tints of Sunflower #DEC11E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.74%

R = 49.89%
G = 43.37%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEC11E (or 0xDEC11E) is known color: Sunflower. HEX triplet: DE, C1 and 1E. RGB value is (222,193,30). Sum of RGB (Red+Green+Blue) = 222+193+30=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 30 (12.11% from 255 or 6.74% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC11E is #213EE1. Grayscale: #B7B7B7. Windows color (decimal): -2178786 or 2015710. OLE color: 2015710.

HSL color Cylindrical-coordinate representation of color #DEC11E: hue angle of 50.94º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEC11E is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 193 30 -
CMYK 0 0.13 0.86 0.13
HSL 50.94º 0.76% 0.49% -
HSV(B) 50.94º 0.86% 0.87% -
XYZ 49.43 53.76 9 -
YUV 183.09 41.61 155.75 -
System Red Green Blue C M Y K H S L
Decimal 222 193 30 0 0.13 0.86 0.13 50.94 0.76 0.49
Hex DE C1 1E 0 D 56 D 33 4C 31
Octal 336 301 36 0 15 126 15 63 114 61
Binary 11011110 11000001 11110 0 1101 1010110 1101 110011 1001100 110001

Color Harmonies of #DEC11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC11E

Black with #DEC11E

Text Example


Text Example

White with #DEC11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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