Html Css Color HEX #DEC20A Sunflower

📋 copy color: '#DEC20A'

red 222 ◦ green 194 ◦ blue 10

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

Shades of Sunflower #DEC20A

Tints of Sunflower #DEC20A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.54%

 BLUE value IS 10 (4.3% from 255) = 2.35%

R = 52.11%
G = 45.54%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEC20A (or 0xDEC20A) is known color: Sunflower. HEX triplet: DE, C2 and 0A. RGB value is (222,194,10). Sum of RGB (Red+Green+Blue) = 222+194+10=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC20A is #213DF5. Grayscale: #B6B6B6. Windows color (decimal): -2178550 or 705246. OLE color: 705246.

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

Color convert

RGB 222 194 10 -
CMYK 0 0.13 0.95 0.13
HSL 52.08º 0.91% 0.45% -
HSV(B) 52.08º 0.95% 0.87% -
XYZ 49.47 54.14 8.13 -
YUV 181.4 31.28 156.96 -
System Red Green Blue C M Y K H S L
Decimal 222 194 10 0 0.13 0.95 0.13 52.08 0.91 0.45
Hex DE C2 A 0 D 5F D 34 5B 2D
Octal 336 302 12 0 15 137 15 64 133 55
Binary 11011110 11000010 1010 0 1101 1011111 1101 110100 1011011 101101

Color Harmonies of #DEC20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC20A

Black with #DEC20A

Text Example


Text Example

White with #DEC20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC20A; }

 p { color: rgb(222,194,10); }

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

background-color css

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

 a { background-color: rgb(222,194,10); }

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

border-color css

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

 span { border-color: rgb(222,194,10); }

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