Html Css Color HEX #DEC500 Sunflower

📋 copy color: '#DEC500'

red 222 ◦ green 197 ◦ blue 0

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

Shades of Sunflower #DEC500

Tints of Sunflower #DEC500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.98%
G = 47.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DEC500 (or 0xDEC500) is known color: Sunflower. HEX triplet: DE, C5 and 00. RGB value is (222,197,0). Sum of RGB (Red+Green+Blue) = 222+197+0=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC500 is #213AFF. Grayscale: #B6B6B6. Windows color (decimal): -2177792 or 50654. OLE color: 50654.

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

Color convert

RGB 222 197 0 -
CMYK 0 0.11 1 0.13
HSL 53.24º 1% 0.44% -
HSV(B) 53.24º 1% 0.87% -
XYZ 50.09 55.46 8.07 -
YUV 182.02 25.28 156.52 -
System Red Green Blue C M Y K H S L
Decimal 222 197 0 0 0.11 1 0.13 53.24 1 0.44
Hex DE C5 0 0 B 64 D 35 64 2C
Octal 336 305 0 0 13 144 15 65 144 54
Binary 11011110 11000101 0 0 1011 1100100 1101 110101 1100100 101100

Color Harmonies of #DEC500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC500

Black with #DEC500

Text Example


Text Example

White with #DEC500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC500; }

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

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

background-color css

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

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

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

border-color css

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

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

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