Html Css Color HEX #DEC400 Sunflower

📋 copy color: '#DEC400'

red 222 ◦ green 196 ◦ blue 0

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

Shades of Sunflower #DEC400

Tints of Sunflower #DEC400

RGB

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

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

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

R = 53.11%
G = 46.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DEC400 (or 0xDEC400) is known color: Sunflower. HEX triplet: DE, C4 and 00. RGB value is (222,196,0). Sum of RGB (Red+Green+Blue) = 222+196+0=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC400 is #213BFF. Grayscale: #B6B6B6. Windows color (decimal): -2178048 or 50398. OLE color: 50398.

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

Color convert

RGB 222 196 0 -
CMYK 0 0.12 1 0.13
HSL 52.97º 1% 0.44% -
HSV(B) 52.97º 1% 0.87% -
XYZ 49.86 55.01 7.99 -
YUV 181.43 25.61 156.94 -
System Red Green Blue C M Y K H S L
Decimal 222 196 0 0 0.12 1 0.13 52.97 1 0.44
Hex DE C4 0 0 C 64 D 35 64 2C
Octal 336 304 0 0 14 144 15 65 144 54
Binary 11011110 11000100 0 0 1100 1100100 1101 110101 1100100 101100

Color Harmonies of #DEC400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC400

Black with #DEC400

Text Example


Text Example

White with #DEC400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC400; }

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

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

background-color css

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

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

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

border-color css

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

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

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