Html Css Color HEX #DEC000 Sunflower

📋 copy color: '#DEC000'

red 222 ◦ green 192 ◦ blue 0

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

Shades of Sunflower #DEC000

Tints of Sunflower #DEC000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.38%

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

R = 53.62%
G = 46.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DEC000 (or 0xDEC000) is known color: Sunflower. HEX triplet: DE, C0 and 00. RGB value is (222,192,0). Sum of RGB (Red+Green+Blue) = 222+192+0=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC000 is #213FFF. Grayscale: #B3B3B3. Windows color (decimal): -2179072 or 49374. OLE color: 49374.

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

Color convert

RGB 222 192 0 -
CMYK 0 0.14 1 0.13
HSL 51.89º 1% 0.44% -
HSV(B) 51.89º 1% 0.87% -
XYZ 48.97 53.23 7.69 -
YUV 179.08 26.94 158.61 -
System Red Green Blue C M Y K H S L
Decimal 222 192 0 0 0.14 1 0.13 51.89 1 0.44
Hex DE C0 0 0 E 64 D 34 64 2C
Octal 336 300 0 0 16 144 15 64 144 54
Binary 11011110 11000000 0 0 1110 1100100 1101 110100 1100100 101100

Color Harmonies of #DEC000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC000

Black with #DEC000

Text Example


Text Example

White with #DEC000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC000; }

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

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

background-color css

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

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

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

border-color css

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

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

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