Html Css Color HEX #DE9100 Gamboge

📋 copy color: '#DE9100'

red 222 ◦ green 145 ◦ blue 0

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

Shades of Gamboge #DE9100

Tints of Gamboge #DE9100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.49%
G = 39.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE9100 (or 0xDE9100) is known color: Gamboge. HEX triplet: DE, 91 and 00. RGB value is (222,145,0). Sum of RGB (Red+Green+Blue) = 222+145+0=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9100 is #216EFF. Grayscale: #989898. Windows color (decimal): -2191104 or 37342. OLE color: 37342.

HSL color Cylindrical-coordinate representation of color #DE9100: hue angle of 39.19º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE9100 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 145 0 -
CMYK 0 0.35 1 0.13
HSL 39.19º 1% 0.44% -
HSV(B) 39.19º 1% 0.87% -
XYZ 40.25 35.78 4.78 -
YUV 151.49 42.51 178.29 -
System Red Green Blue C M Y K H S L
Decimal 222 145 0 0 0.35 1 0.13 39.19 1 0.44
Hex DE 91 0 0 23 64 D 27 64 2C
Octal 336 221 0 0 43 144 15 47 144 54
Binary 11011110 10010001 0 0 100011 1100100 1101 100111 1100100 101100

Color Harmonies of #DE9100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9100

Black with #DE9100

Text Example


Text Example

White with #DE9100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9100; }

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

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

background-color css

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

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

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

border-color css

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

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

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