Html Css Color HEX #DEA311 Gamboge

📋 copy color: '#DEA311'

red 222 ◦ green 163 ◦ blue 17

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

Shades of Gamboge #DEA311

Tints of Gamboge #DEA311

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.55%

 BLUE value IS 17 (7.03% from 255) = 4.23%

R = 55.22%
G = 40.55%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DEA311 (or 0xDEA311) is known color: Gamboge. HEX triplet: DE, A3 and 11. RGB value is (222,163,17). Sum of RGB (Red+Green+Blue) = 222+163+17=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA311 is #215CEE. Grayscale: #A4A4A4. Windows color (decimal): -2186479 or 1156062. OLE color: 1156062.

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

Color convert

RGB 222 163 17 -
CMYK 0 0.27 0.92 0.13
HSL 42.73º 0.86% 0.47% -
HSV(B) 42.73º 0.92% 0.87% -
XYZ 43.32 41.76 6.31 -
YUV 164 45.05 169.37 -
System Red Green Blue C M Y K H S L
Decimal 222 163 17 0 0.27 0.92 0.13 42.73 0.86 0.47
Hex DE A3 11 0 1B 5C D 2B 56 2F
Octal 336 243 21 0 33 134 15 53 126 57
Binary 11011110 10100011 10001 0 11011 1011100 1101 101011 1010110 101111

Color Harmonies of #DEA311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA311

Black with #DEA311

Text Example


Text Example

White with #DEA311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA311; }

 p { color: rgb(222,163,17); }

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

background-color css

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

 a { background-color: rgb(222,163,17); }

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

border-color css

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

 span { border-color: rgb(222,163,17); }

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