Html Css Color HEX #DEC52A Sunflower

📋 copy color: '#DEC52A'

red 222 ◦ green 197 ◦ blue 42

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

Shades of Sunflower #DEC52A

Tints of Sunflower #DEC52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.11%

R = 48.16%
G = 42.73%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DEC52A (or 0xDEC52A) is known color: Sunflower. HEX triplet: DE, C5 and 2A. RGB value is (222,197,42). Sum of RGB (Red+Green+Blue) = 222+197+42=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 42 (16.80% from 255 or 9.11% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC52A is #213AD5. Grayscale: #BBBBBB. Windows color (decimal): -2177750 or 2803166. OLE color: 2803166.

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

Color convert

RGB 222 197 42 -
CMYK 0 0.11 0.81 0.13
HSL 51.67º 0.73% 0.52% -
HSV(B) 51.67º 0.81% 0.87% -
XYZ 50.51 55.63 10.27 -
YUV 186.81 46.28 153.1 -
System Red Green Blue C M Y K H S L
Decimal 222 197 42 0 0.11 0.81 0.13 51.67 0.73 0.52
Hex DE C5 2A 0 B 51 D 34 49 34
Octal 336 305 52 0 13 121 15 64 111 64
Binary 11011110 11000101 101010 0 1011 1010001 1101 110100 1001001 110100

Color Harmonies of #DEC52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC52A

Black with #DEC52A

Text Example


Text Example

White with #DEC52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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