Html Css Color HEX #DEC60F Sunflower

📋 copy color: '#DEC60F'

red 222 ◦ green 198 ◦ blue 15

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

Shades of Sunflower #DEC60F

Tints of Sunflower #DEC60F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.52%

 BLUE value IS 15 (6.25% from 255) = 3.45%

R = 51.03%
G = 45.52%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEC60F (or 0xDEC60F) is known color: Sunflower. HEX triplet: DE, C6 and 0F. RGB value is (222,198,15). Sum of RGB (Red+Green+Blue) = 222+198+15=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC60F is #2139F0. Grayscale: #B9B9B9. Windows color (decimal): -2177521 or 1033950. OLE color: 1033950.

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

Color convert

RGB 222 198 15 -
CMYK 0 0.11 0.93 0.13
HSL 53.04º 0.87% 0.46% -
HSV(B) 53.04º 0.93% 0.87% -
XYZ 50.4 55.95 8.6 -
YUV 184.31 32.45 154.88 -
System Red Green Blue C M Y K H S L
Decimal 222 198 15 0 0.11 0.93 0.13 53.04 0.87 0.46
Hex DE C6 F 0 B 5D D 35 57 2E
Octal 336 306 17 0 13 135 15 65 127 56
Binary 11011110 11000110 1111 0 1011 1011101 1101 110101 1010111 101110

Color Harmonies of #DEC60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC60F

Black with #DEC60F

Text Example


Text Example

White with #DEC60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC60F; }

 p { color: rgb(222,198,15); }

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

background-color css

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

 a { background-color: rgb(222,198,15); }

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

border-color css

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

 span { border-color: rgb(222,198,15); }

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