Html Css Color HEX #DEC600 Sunflower

📋 copy color: '#DEC600'

red 222 ◦ green 198 ◦ blue 0

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

Shades of Sunflower #DEC600

Tints of Sunflower #DEC600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.14%

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

R = 52.86%
G = 47.14%
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

#DEC600 (or 0xDEC600) is known color: Sunflower. HEX triplet: DE, C6 and 00. RGB value is (222,198,0). Sum of RGB (Red+Green+Blue) = 222+198+0=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC600 is #2139FF. Grayscale: #B7B7B7. Windows color (decimal): -2177536 or 50910. OLE color: 50910.

HSL color Cylindrical-coordinate representation of color #DEC600: hue angle of 53.51º 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 #DEC600 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 198 0 -
CMYK 0 0.11 1 0.13
HSL 53.51º 1% 0.44% -
HSV(B) 53.51º 1% 0.87% -
XYZ 50.32 55.92 8.14 -
YUV 182.6 24.95 156.1 -
System Red Green Blue C M Y K H S L
Decimal 222 198 0 0 0.11 1 0.13 53.51 1 0.44
Hex DE C6 0 0 B 64 D 36 64 2C
Octal 336 306 0 0 13 144 15 66 144 54
Binary 11011110 11000110 0 0 1011 1100100 1101 110110 1100100 101100

Color Harmonies of #DEC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC600

Black with #DEC600

Text Example


Text Example

White with #DEC600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC600; }

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

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

background-color css

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

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

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

border-color css

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

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

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