Html Css Color HEX #DE8B05 Gamboge

📋 copy color: '#DE8B05'

red 222 ◦ green 139 ◦ blue 5

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

Shades of Gamboge #DE8B05

Tints of Gamboge #DE8B05

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.98%

 BLUE value IS 5 (2.34% from 255) = 1.37%

R = 60.66%
G = 37.98%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DE8B05 (or 0xDE8B05) is known color: Gamboge. HEX triplet: DE, 8B and 05. RGB value is (222,139,5). Sum of RGB (Red+Green+Blue) = 222+139+5=366 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.66% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 5 (2.34% from 255 or 1.37% from 366); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8B05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8B05 is #2174FA. Grayscale: #959595. Windows color (decimal): -2192635 or 363486. OLE color: 363486.

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

Color convert

RGB 222 139 5 -
CMYK 0 0.37 0.98 0.13
HSL 37.05º 0.96% 0.45% -
HSV(B) 37.05º 0.98% 0.87% -
XYZ 39.38 34.01 4.63 -
YUV 148.54 47 180.4 -
System Red Green Blue C M Y K H S L
Decimal 222 139 5 0 0.37 0.98 0.13 37.05 0.96 0.45
Hex DE 8B 5 0 25 62 D 25 60 2D
Octal 336 213 5 0 45 142 15 45 140 55
Binary 11011110 10001011 101 0 100101 1100010 1101 100101 1100000 101101

Color Harmonies of #DE8B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8B05

Black with #DE8B05

Text Example


Text Example

White with #DE8B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8B05; }

 p { color: rgb(222,139,5); }

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

background-color css

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

 a { background-color: rgb(222,139,5); }

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

border-color css

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

 span { border-color: rgb(222,139,5); }

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