Html Css Color HEX #DE8B03 Gamboge

📋 copy color: '#DE8B03'

red 222 ◦ green 139 ◦ blue 3

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

Shades of Gamboge #DE8B03

Tints of Gamboge #DE8B03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.82%

R = 60.99%
G = 38.19%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DE8B03 (or 0xDE8B03) is known color: Gamboge. HEX triplet: DE, 8B and 03. RGB value is (222,139,3). Sum of RGB (Red+Green+Blue) = 222+139+3=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 3 (1.56% from 255 or 0.82% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8B03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8B03 is #2174FC. Grayscale: #949494. Windows color (decimal): -2192637 or 232414. OLE color: 232414.

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

Color convert

RGB 222 139 3 -
CMYK 0 0.37 0.99 0.13
HSL 37.26º 0.97% 0.44% -
HSV(B) 37.26º 0.99% 0.87% -
XYZ 39.37 34 4.57 -
YUV 148.31 46 180.56 -
System Red Green Blue C M Y K H S L
Decimal 222 139 3 0 0.37 0.99 0.13 37.26 0.97 0.44
Hex DE 8B 3 0 25 63 D 25 61 2C
Octal 336 213 3 0 45 143 15 45 141 54
Binary 11011110 10001011 11 0 100101 1100011 1101 100101 1100001 101100

Color Harmonies of #DE8B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8B03

Black with #DE8B03

Text Example


Text Example

White with #DE8B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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