Html Css Color HEX #DEC100 Sunflower

📋 copy color: '#DEC100'

red 222 ◦ green 193 ◦ blue 0

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

Shades of Sunflower #DEC100

Tints of Sunflower #DEC100

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.51%

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

R = 53.49%
G = 46.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DEC100 (or 0xDEC100) is known color: Sunflower. HEX triplet: DE, C1 and 00. RGB value is (222,193,0). Sum of RGB (Red+Green+Blue) = 222+193+0=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC100 is #213EFF. Grayscale: #B4B4B4. Windows color (decimal): -2178816 or 49630. OLE color: 49630.

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

Color convert

RGB 222 193 0 -
CMYK 0 0.13 1 0.13
HSL 52.16º 1% 0.44% -
HSV(B) 52.16º 1% 0.87% -
XYZ 49.19 53.67 7.77 -
YUV 179.67 26.61 158.19 -
System Red Green Blue C M Y K H S L
Decimal 222 193 0 0 0.13 1 0.13 52.16 1 0.44
Hex DE C1 0 0 D 64 D 34 64 2C
Octal 336 301 0 0 15 144 15 64 144 54
Binary 11011110 11000001 0 0 1101 1100100 1101 110100 1100100 101100

Color Harmonies of #DEC100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC100

Black with #DEC100

Text Example


Text Example

White with #DEC100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC100; }

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

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

background-color css

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

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

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

border-color css

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

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

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