Html Css Color HEX #DEC610 Sunflower

📋 copy color: '#DEC610'

red 222 ◦ green 198 ◦ blue 16

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

Shades of Sunflower #DEC610

Tints of Sunflower #DEC610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.67%

R = 50.92%
G = 45.41%
B = 3.67%

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

#DEC610 (or 0xDEC610) is known color: Sunflower. HEX triplet: DE, C6 and 10. RGB value is (222,198,16). Sum of RGB (Red+Green+Blue) = 222+198+16=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC610 is #2139EF. Grayscale: #B9B9B9. Windows color (decimal): -2177520 or 1099486. OLE color: 1099486.

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

Color convert

RGB 222 198 16 -
CMYK 0 0.11 0.93 0.13
HSL 53.01º 0.87% 0.47% -
HSV(B) 53.01º 0.93% 0.87% -
XYZ 50.41 55.96 8.63 -
YUV 184.43 32.95 154.8 -
System Red Green Blue C M Y K H S L
Decimal 222 198 16 0 0.11 0.93 0.13 53.01 0.87 0.47
Hex DE C6 10 0 B 5D D 35 57 2F
Octal 336 306 20 0 13 135 15 65 127 57
Binary 11011110 11000110 10000 0 1011 1011101 1101 110101 1010111 101111

Color Harmonies of #DEC610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC610

Black with #DEC610

Text Example


Text Example

White with #DEC610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC610; }

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

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

background-color css

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

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

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

border-color css

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

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

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