Html Css Color HEX #DEA317 Gamboge

📋 copy color: '#DEA317'

red 222 ◦ green 163 ◦ blue 23

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

Shades of Gamboge #DEA317

Tints of Gamboge #DEA317

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.95%

 BLUE value IS 23 (9.38% from 255) = 5.64%

R = 54.41%
G = 39.95%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DEA317 (or 0xDEA317) is known color: Gamboge. HEX triplet: DE, A3 and 17. RGB value is (222,163,23). Sum of RGB (Red+Green+Blue) = 222+163+23=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 23 (9.38% from 255 or 5.64% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA317 is #215CE8. Grayscale: #A5A5A5. Windows color (decimal): -2186473 or 1549278. OLE color: 1549278.

HSL color Cylindrical-coordinate representation of color #DEA317: hue angle of 42.21º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEA317 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 163 23 -
CMYK 0 0.27 0.90 0.13
HSL 42.21º 0.81% 0.48% -
HSV(B) 42.21º 0.9% 0.87% -
XYZ 43.38 41.79 6.59 -
YUV 164.68 48.05 168.88 -
System Red Green Blue C M Y K H S L
Decimal 222 163 23 0 0.27 0.90 0.13 42.21 0.81 0.48
Hex DE A3 17 0 1B 5A D 2A 51 30
Octal 336 243 27 0 33 132 15 52 121 60
Binary 11011110 10100011 10111 0 11011 1011010 1101 101010 1010001 110000

Color Harmonies of #DEA317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA317

Black with #DEA317

Text Example


Text Example

White with #DEA317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA317; }

 p { color: rgb(222,163,23); }

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

background-color css

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

 a { background-color: rgb(222,163,23); }

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

border-color css

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

 span { border-color: rgb(222,163,23); }

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