Html Css Color HEX #DE8B02 Gamboge

📋 copy color: '#DE8B02'

red 222 ◦ green 139 ◦ blue 2

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

Shades of Gamboge #DE8B02

Tints of Gamboge #DE8B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 61.16%
G = 38.29%
B = 0.55%

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

#DE8B02 (or 0xDE8B02) is known color: Gamboge. HEX triplet: DE, 8B and 02. RGB value is (222,139,2). Sum of RGB (Red+Green+Blue) = 222+139+2=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8B02 is #2174FD. Grayscale: #949494. Windows color (decimal): -2192638 or 166878. OLE color: 166878.

HSL color Cylindrical-coordinate representation of color #DE8B02: hue angle of 37.36º degrees, saturation: 0.98, 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 #DE8B02 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 139 2 -
CMYK 0 0.37 0.99 0.13
HSL 37.36º 0.98% 0.44% -
HSV(B) 37.36º 0.99% 0.87% -
XYZ 39.37 34 4.55 -
YUV 148.2 45.5 180.64 -
System Red Green Blue C M Y K H S L
Decimal 222 139 2 0 0.37 0.99 0.13 37.36 0.98 0.44
Hex DE 8B 2 0 25 63 D 25 62 2C
Octal 336 213 2 0 45 143 15 45 142 54
Binary 11011110 10001011 10 0 100101 1100011 1101 100101 1100010 101100

Color Harmonies of #DE8B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8B02

Black with #DE8B02

Text Example


Text Example

White with #DE8B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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