Html Css Color HEX #DEA711 Gamboge

📋 copy color: '#DEA711'

red 222 ◦ green 167 ◦ blue 17

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

Shades of Gamboge #DEA711

Tints of Gamboge #DEA711

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.13%

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

R = 54.68%
G = 41.13%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DEA711 (or 0xDEA711) is known color: Gamboge. HEX triplet: DE, A7 and 11. RGB value is (222,167,17). Sum of RGB (Red+Green+Blue) = 222+167+17=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 17 (7.03% from 255 or 4.19% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA711 is #2158EE. Grayscale: #A7A7A7. Windows color (decimal): -2185455 or 1157086. OLE color: 1157086.

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

Color convert

RGB 222 167 17 -
CMYK 0 0.25 0.92 0.13
HSL 43.9º 0.86% 0.47% -
HSV(B) 43.9º 0.92% 0.87% -
XYZ 44.04 43.21 6.55 -
YUV 166.35 43.72 167.7 -
System Red Green Blue C M Y K H S L
Decimal 222 167 17 0 0.25 0.92 0.13 43.9 0.86 0.47
Hex DE A7 11 0 19 5C D 2C 56 2F
Octal 336 247 21 0 31 134 15 54 126 57
Binary 11011110 10100111 10001 0 11001 1011100 1101 101100 1010110 101111

Color Harmonies of #DEA711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA711

Black with #DEA711

Text Example


Text Example

White with #DEA711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA711; }

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

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

background-color css

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

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

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

border-color css

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

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

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