Html Css Color HEX #DEA70D Gamboge

📋 copy color: '#DEA70D'

red 222 ◦ green 167 ◦ blue 13

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

Shades of Gamboge #DEA70D

Tints of Gamboge #DEA70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.23%

R = 55.22%
G = 41.54%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DEA70D (or 0xDEA70D) is known color: Gamboge. HEX triplet: DE, A7 and 0D. RGB value is (222,167,13). Sum of RGB (Red+Green+Blue) = 222+167+13=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 13 (5.47% from 255 or 3.23% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA70D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA70D is #2158F2. Grayscale: #A6A6A6. Windows color (decimal): -2185459 or 894942. OLE color: 894942.

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

Color convert

RGB 222 167 13 -
CMYK 0 0.25 0.94 0.13
HSL 44.21º 0.89% 0.46% -
HSV(B) 44.21º 0.94% 0.87% -
XYZ 44.02 43.2 6.4 -
YUV 165.89 41.72 168.02 -
System Red Green Blue C M Y K H S L
Decimal 222 167 13 0 0.25 0.94 0.13 44.21 0.89 0.46
Hex DE A7 D 0 19 5E D 2C 59 2E
Octal 336 247 15 0 31 136 15 54 131 56
Binary 11011110 10100111 1101 0 11001 1011110 1101 101100 1011001 101110

Color Harmonies of #DEA70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA70D

Black with #DEA70D

Text Example


Text Example

White with #DEA70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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