Html Css Color HEX #DEC20D Sunflower

📋 copy color: '#DEC20D'

red 222 ◦ green 194 ◦ blue 13

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

Shades of Sunflower #DEC20D

Tints of Sunflower #DEC20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.03%

R = 51.75%
G = 45.22%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DEC20D (or 0xDEC20D) is known color: Sunflower. HEX triplet: DE, C2 and 0D. RGB value is (222,194,13). Sum of RGB (Red+Green+Blue) = 222+194+13=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC20D is #213DF2. Grayscale: #B6B6B6. Windows color (decimal): -2178547 or 901854. OLE color: 901854.

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

Color convert

RGB 222 194 13 -
CMYK 0 0.13 0.94 0.13
HSL 51.96º 0.89% 0.46% -
HSV(B) 51.96º 0.94% 0.87% -
XYZ 49.49 54.14 8.22 -
YUV 181.74 32.78 156.72 -
System Red Green Blue C M Y K H S L
Decimal 222 194 13 0 0.13 0.94 0.13 51.96 0.89 0.46
Hex DE C2 D 0 D 5E D 34 59 2E
Octal 336 302 15 0 15 136 15 64 131 56
Binary 11011110 11000010 1101 0 1101 1011110 1101 110100 1011001 101110

Color Harmonies of #DEC20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC20D

Black with #DEC20D

Text Example


Text Example

White with #DEC20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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