Html Css Color HEX #DEC502 Sunflower

📋 copy color: '#DEC502'

red 222 ◦ green 197 ◦ blue 2

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

Shades of Sunflower #DEC502

Tints of Sunflower #DEC502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 52.73%
G = 46.79%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DEC502 (or 0xDEC502) is known color: Sunflower. HEX triplet: DE, C5 and 02. RGB value is (222,197,2). Sum of RGB (Red+Green+Blue) = 222+197+2=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 2 (1.17% from 255 or 0.48% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC502 is #213AFD. Grayscale: #B7B7B7. Windows color (decimal): -2177790 or 181726. OLE color: 181726.

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

Color convert

RGB 222 197 2 -
CMYK 0 0.11 0.99 0.13
HSL 53.18º 0.98% 0.44% -
HSV(B) 53.18º 0.99% 0.87% -
XYZ 50.1 55.47 8.12 -
YUV 182.25 26.28 156.36 -
System Red Green Blue C M Y K H S L
Decimal 222 197 2 0 0.11 0.99 0.13 53.18 0.98 0.44
Hex DE C5 2 0 B 63 D 35 62 2C
Octal 336 305 2 0 13 143 15 65 142 54
Binary 11011110 11000101 10 0 1011 1100011 1101 110101 1100010 101100

Color Harmonies of #DEC502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC502

Black with #DEC502

Text Example


Text Example

White with #DEC502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC502; }

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

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

background-color css

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

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

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

border-color css

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

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

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