Html Css Color HEX #DEC401 Sunflower

📋 copy color: '#DEC401'

red 222 ◦ green 196 ◦ blue 1

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

Shades of Sunflower #DEC401

Tints of Sunflower #DEC401

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.78%

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

R = 52.98%
G = 46.78%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DEC401 (or 0xDEC401) is known color: Sunflower. HEX triplet: DE, C4 and 01. RGB value is (222,196,1). Sum of RGB (Red+Green+Blue) = 222+196+1=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC401 is #213BFE. Grayscale: #B6B6B6. Windows color (decimal): -2178047 or 115934. OLE color: 115934.

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

Color convert

RGB 222 196 1 -
CMYK 0 0.12 1.00 0.13
HSL 52.94º 0.99% 0.44% -
HSV(B) 52.94º 1% 0.87% -
XYZ 49.87 55.01 8.02 -
YUV 181.54 26.11 156.86 -
System Red Green Blue C M Y K H S L
Decimal 222 196 1 0 0.12 1.00 0.13 52.94 0.99 0.44
Hex DE C4 1 0 C 64 D 35 63 2C
Octal 336 304 1 0 14 144 15 65 143 54
Binary 11011110 11000100 1 0 1100 1100100 1101 110101 1100011 101100

Color Harmonies of #DEC401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC401

Black with #DEC401

Text Example


Text Example

White with #DEC401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC401; }

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

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

background-color css

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

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

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

border-color css

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

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

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