Html Css Color HEX #DEC304 Sunflower

📋 copy color: '#DEC304'

red 222 ◦ green 195 ◦ blue 4

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

Shades of Sunflower #DEC304

Tints of Sunflower #DEC304

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.32%

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

R = 52.73%
G = 46.32%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DEC304 (or 0xDEC304) is known color: Sunflower. HEX triplet: DE, C3 and 04. RGB value is (222,195,4). Sum of RGB (Red+Green+Blue) = 222+195+4=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 4 (1.95% from 255 or 0.95% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC304 is #213CFB. Grayscale: #B6B6B6. Windows color (decimal): -2178300 or 312286. OLE color: 312286.

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

Color convert

RGB 222 195 4 -
CMYK 0 0.12 0.98 0.13
HSL 52.57º 0.96% 0.44% -
HSV(B) 52.57º 0.98% 0.87% -
XYZ 49.66 54.57 8.03 -
YUV 181.3 27.95 157.03 -
System Red Green Blue C M Y K H S L
Decimal 222 195 4 0 0.12 0.98 0.13 52.57 0.96 0.44
Hex DE C3 4 0 C 62 D 35 60 2C
Octal 336 303 4 0 14 142 15 65 140 54
Binary 11011110 11000011 100 0 1100 1100010 1101 110101 1100000 101100

Color Harmonies of #DEC304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC304

Black with #DEC304

Text Example


Text Example

White with #DEC304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC304; }

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

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

background-color css

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

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

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

border-color css

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

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

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