Html Css Color HEX #DEC201 Sunflower

📋 copy color: '#DEC201'

red 222 ◦ green 194 ◦ blue 1

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

Shades of Sunflower #DEC201

Tints of Sunflower #DEC201

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.52%

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

R = 53.24%
G = 46.52%
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

#DEC201 (or 0xDEC201) is known color: Sunflower. HEX triplet: DE, C2 and 01. RGB value is (222,194,1). Sum of RGB (Red+Green+Blue) = 222+194+1=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 1 (0.78% from 255 or 0.24% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC201 is #213DFE. Grayscale: #B5B5B5. Windows color (decimal): -2178559 or 115422. OLE color: 115422.

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

Color convert

RGB 222 194 1 -
CMYK 0 0.13 1.00 0.13
HSL 52.4º 0.99% 0.44% -
HSV(B) 52.4º 1% 0.87% -
XYZ 49.42 54.12 7.87 -
YUV 180.37 26.78 157.69 -
System Red Green Blue C M Y K H S L
Decimal 222 194 1 0 0.13 1.00 0.13 52.4 0.99 0.44
Hex DE C2 1 0 D 64 D 34 63 2C
Octal 336 302 1 0 15 144 15 64 143 54
Binary 11011110 11000010 1 0 1101 1100100 1101 110100 1100011 101100

Color Harmonies of #DEC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC201

Black with #DEC201

Text Example


Text Example

White with #DEC201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC201; }

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

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

background-color css

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

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

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

border-color css

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

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

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