Html Css Color HEX #DE9807 Gamboge

📋 copy color: '#DE9807'

red 222 ◦ green 152 ◦ blue 7

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

Shades of Gamboge #DE9807

Tints of Gamboge #DE9807

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.9%

 BLUE value IS 7 (3.13% from 255) = 1.84%

R = 58.27%
G = 39.9%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DE9807 (or 0xDE9807) is known color: Gamboge. HEX triplet: DE, 98 and 07. RGB value is (222,152,7). Sum of RGB (Red+Green+Blue) = 222+152+7=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 7 (3.12% from 255 or 1.84% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9807 is #2167F8. Grayscale: #9D9D9D. Windows color (decimal): -2189305 or 497886. OLE color: 497886.

HSL color Cylindrical-coordinate representation of color #DE9807: hue angle of 40.47º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE9807 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 152 7 -
CMYK 0 0.32 0.97 0.13
HSL 40.47º 0.94% 0.45% -
HSV(B) 40.47º 0.97% 0.87% -
XYZ 41.39 38 5.35 -
YUV 156.4 43.69 174.79 -
System Red Green Blue C M Y K H S L
Decimal 222 152 7 0 0.32 0.97 0.13 40.47 0.94 0.45
Hex DE 98 7 0 20 61 D 28 5E 2D
Octal 336 230 7 0 40 141 15 50 136 55
Binary 11011110 10011000 111 0 100000 1100001 1101 101000 1011110 101101

Color Harmonies of #DE9807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9807

Black with #DE9807

Text Example


Text Example

White with #DE9807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9807; }

 p { color: rgb(222,152,7); }

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

background-color css

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

 a { background-color: rgb(222,152,7); }

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

border-color css

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

 span { border-color: rgb(222,152,7); }

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