Html Css Color HEX #DEC101 Sunflower

📋 copy color: '#DEC101'

red 222 ◦ green 193 ◦ blue 1

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

Shades of Sunflower #DEC101

Tints of Sunflower #DEC101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 53.37%
G = 46.39%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DEC101 (or 0xDEC101) is known color: Sunflower. HEX triplet: DE, C1 and 01. RGB value is (222,193,1). Sum of RGB (Red+Green+Blue) = 222+193+1=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC101 is #213EFE. Grayscale: #B4B4B4. Windows color (decimal): -2178815 or 115166. OLE color: 115166.

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

Color convert

RGB 222 193 1 -
CMYK 0 0.13 1.00 0.13
HSL 52.13º 0.99% 0.44% -
HSV(B) 52.13º 1% 0.87% -
XYZ 49.2 53.67 7.8 -
YUV 179.78 27.11 158.11 -
System Red Green Blue C M Y K H S L
Decimal 222 193 1 0 0.13 1.00 0.13 52.13 0.99 0.44
Hex DE C1 1 0 D 64 D 34 63 2C
Octal 336 301 1 0 15 144 15 64 143 54
Binary 11011110 11000001 1 0 1101 1100100 1101 110100 1100011 101100

Color Harmonies of #DEC101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC101

Black with #DEC101

Text Example


Text Example

White with #DEC101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC101; }

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

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

background-color css

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

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

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

border-color css

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

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

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