Html Css Color HEX #DEC104 Sunflower

📋 copy color: '#DEC104'

red 222 ◦ green 193 ◦ blue 4

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

Shades of Sunflower #DEC104

Tints of Sunflower #DEC104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 52.98%
G = 46.06%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DEC104 (or 0xDEC104) is known color: Sunflower. HEX triplet: DE, C1 and 04. RGB value is (222,193,4). Sum of RGB (Red+Green+Blue) = 222+193+4=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC104 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC104 is #213EFB. Grayscale: #B4B4B4. Windows color (decimal): -2178812 or 311774. OLE color: 311774.

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

Color convert

RGB 222 193 4 -
CMYK 0 0.13 0.98 0.13
HSL 52.02º 0.96% 0.44% -
HSV(B) 52.02º 0.98% 0.87% -
XYZ 49.22 53.68 7.88 -
YUV 180.13 28.61 157.87 -
System Red Green Blue C M Y K H S L
Decimal 222 193 4 0 0.13 0.98 0.13 52.02 0.96 0.44
Hex DE C1 4 0 D 62 D 34 60 2C
Octal 336 301 4 0 15 142 15 64 140 54
Binary 11011110 11000001 100 0 1101 1100010 1101 110100 1100000 101100

Color Harmonies of #DEC104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC104

Black with #DEC104

Text Example


Text Example

White with #DEC104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC104; }

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

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

background-color css

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

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

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

border-color css

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

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

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