Html Css Color HEX #DEA713 Gamboge

📋 copy color: '#DEA713'

red 222 ◦ green 167 ◦ blue 19

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

Shades of Gamboge #DEA713

Tints of Gamboge #DEA713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.66%

R = 54.41%
G = 40.93%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEA713 (or 0xDEA713) is known color: Gamboge. HEX triplet: DE, A7 and 13. RGB value is (222,167,19). Sum of RGB (Red+Green+Blue) = 222+167+19=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 19 (7.81% from 255 or 4.66% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA713 is #2158EC. Grayscale: #A7A7A7. Windows color (decimal): -2185453 or 1288158. OLE color: 1288158.

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

Color convert

RGB 222 167 19 -
CMYK 0 0.25 0.91 0.13
HSL 43.74º 0.84% 0.47% -
HSV(B) 43.74º 0.91% 0.87% -
XYZ 44.06 43.21 6.64 -
YUV 166.57 44.72 167.53 -
System Red Green Blue C M Y K H S L
Decimal 222 167 19 0 0.25 0.91 0.13 43.74 0.84 0.47
Hex DE A7 13 0 19 5B D 2C 54 2F
Octal 336 247 23 0 31 133 15 54 124 57
Binary 11011110 10100111 10011 0 11001 1011011 1101 101100 1010100 101111

Color Harmonies of #DEA713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA713

Black with #DEA713

Text Example


Text Example

White with #DEA713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA713; }

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

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

background-color css

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

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

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

border-color css

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

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

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