Html Css Color HEX #DE9113 Gamboge

📋 copy color: '#DE9113'

red 222 ◦ green 145 ◦ blue 19

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

Shades of Gamboge #DE9113

Tints of Gamboge #DE9113

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.56%

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

R = 57.51%
G = 37.56%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE9113 (or 0xDE9113) is known color: Gamboge. HEX triplet: DE, 91 and 13. RGB value is (222,145,19). Sum of RGB (Red+Green+Blue) = 222+145+19=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9113 is #216EEC. Grayscale: #9A9A9A. Windows color (decimal): -2191085 or 1282526. OLE color: 1282526.

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

Color convert

RGB 222 145 19 -
CMYK 0 0.35 0.91 0.13
HSL 37.24º 0.84% 0.47% -
HSV(B) 37.24º 0.91% 0.87% -
XYZ 40.37 35.83 5.4 -
YUV 153.66 52.01 176.75 -
System Red Green Blue C M Y K H S L
Decimal 222 145 19 0 0.35 0.91 0.13 37.24 0.84 0.47
Hex DE 91 13 0 23 5B D 25 54 2F
Octal 336 221 23 0 43 133 15 45 124 57
Binary 11011110 10010001 10011 0 100011 1011011 1101 100101 1010100 101111

Color Harmonies of #DE9113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9113

Black with #DE9113

Text Example


Text Example

White with #DE9113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9113; }

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

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

background-color css

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

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

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

border-color css

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

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

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