Html Css Color HEX #DEC522 Sunflower

📋 copy color: '#DEC522'

red 222 ◦ green 197 ◦ blue 34

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

Shades of Sunflower #DEC522

Tints of Sunflower #DEC522

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.49%

 BLUE value IS 34 (13.67% from 255) = 7.51%

R = 49.01%
G = 43.49%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DEC522 (or 0xDEC522) is known color: Sunflower. HEX triplet: DE, C5 and 22. RGB value is (222,197,34). Sum of RGB (Red+Green+Blue) = 222+197+34=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 34 (13.67% from 255 or 7.51% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC522 is #213ADD. Grayscale: #BABABA. Windows color (decimal): -2177758 or 2278878. OLE color: 2278878.

HSL color Cylindrical-coordinate representation of color #DEC522: hue angle of 52.02º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEC522 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 197 34 -
CMYK 0 0.11 0.85 0.13
HSL 52.02º 0.74% 0.5% -
HSV(B) 52.02º 0.85% 0.87% -
XYZ 50.38 55.58 9.59 -
YUV 185.89 42.28 153.75 -
System Red Green Blue C M Y K H S L
Decimal 222 197 34 0 0.11 0.85 0.13 52.02 0.74 0.5
Hex DE C5 22 0 B 55 D 34 4A 32
Octal 336 305 42 0 13 125 15 64 112 62
Binary 11011110 11000101 100010 0 1011 1010101 1101 110100 1001010 110010

Color Harmonies of #DEC522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC522

Black with #DEC522

Text Example


Text Example

White with #DEC522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC522; }

 p { color: rgb(222,197,34); }

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

background-color css

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

 a { background-color: rgb(222,197,34); }

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

border-color css

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

 span { border-color: rgb(222,197,34); }

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