Html Css Color HEX #DEA707 Gamboge

📋 copy color: '#DEA707'

red 222 ◦ green 167 ◦ blue 7

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

Shades of Gamboge #DEA707

Tints of Gamboge #DEA707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.77%

R = 56.06%
G = 42.17%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DEA707 (or 0xDEA707) is known color: Gamboge. HEX triplet: DE, A7 and 07. RGB value is (222,167,7). Sum of RGB (Red+Green+Blue) = 222+167+7=396 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.06% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 7 (3.12% from 255 or 1.77% from 396); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA707 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA707 is #2158F8. Grayscale: #A5A5A5. Windows color (decimal): -2185465 or 501726. OLE color: 501726.

HSL color Cylindrical-coordinate representation of color #DEA707: hue angle of 44.65º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DEA707 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 167 7 -
CMYK 0 0.25 0.97 0.13
HSL 44.65º 0.94% 0.45% -
HSV(B) 44.65º 0.97% 0.87% -
XYZ 43.98 43.18 6.22 -
YUV 165.21 38.72 168.51 -
System Red Green Blue C M Y K H S L
Decimal 222 167 7 0 0.25 0.97 0.13 44.65 0.94 0.45
Hex DE A7 7 0 19 61 D 2D 5E 2D
Octal 336 247 7 0 31 141 15 55 136 55
Binary 11011110 10100111 111 0 11001 1100001 1101 101101 1011110 101101

Color Harmonies of #DEA707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA707

Black with #DEA707

Text Example


Text Example

White with #DEA707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA707; }

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

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

background-color css

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

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

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

border-color css

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

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

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