Html Css Color HEX #DEA00D Gamboge

📋 copy color: '#DEA00D'

red 222 ◦ green 160 ◦ blue 13

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

Shades of Gamboge #DEA00D

Tints of Gamboge #DEA00D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.51%

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

R = 56.2%
G = 40.51%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DEA00D (or 0xDEA00D) is known color: Gamboge. HEX triplet: DE, A0 and 0D. RGB value is (222,160,13). Sum of RGB (Red+Green+Blue) = 222+160+13=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA00D is #215FF2. Grayscale: #A2A2A2. Windows color (decimal): -2187251 or 893150. OLE color: 893150.

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

Color convert

RGB 222 160 13 -
CMYK 0 0.28 0.94 0.13
HSL 42.2º 0.89% 0.46% -
HSV(B) 42.2º 0.94% 0.87% -
XYZ 42.77 40.7 5.98 -
YUV 161.78 44.04 170.95 -
System Red Green Blue C M Y K H S L
Decimal 222 160 13 0 0.28 0.94 0.13 42.2 0.89 0.46
Hex DE A0 D 0 1C 5E D 2A 59 2E
Octal 336 240 15 0 34 136 15 52 131 56
Binary 11011110 10100000 1101 0 11100 1011110 1101 101010 1011001 101110

Color Harmonies of #DEA00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA00D

Black with #DEA00D

Text Example


Text Example

White with #DEA00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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