Html Css Color HEX #DE8C00 Gamboge

📋 copy color: '#DE8C00'

red 222 ◦ green 140 ◦ blue 0

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

Shades of Gamboge #DE8C00

Tints of Gamboge #DE8C00

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.67%

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

R = 61.33%
G = 38.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE8C00 (or 0xDE8C00) is known color: Gamboge. HEX triplet: DE, 8C and 00. RGB value is (222,140,0). Sum of RGB (Red+Green+Blue) = 222+140+0=362 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.33% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8C00 is #2173FF. Grayscale: #959595. Windows color (decimal): -2192384 or 36062. OLE color: 36062.

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

Color convert

RGB 222 140 0 -
CMYK 0 0.37 1 0.13
HSL 37.84º 1% 0.44% -
HSV(B) 37.84º 1% 0.87% -
XYZ 39.5 34.29 4.54 -
YUV 148.56 44.17 180.38 -
System Red Green Blue C M Y K H S L
Decimal 222 140 0 0 0.37 1 0.13 37.84 1 0.44
Hex DE 8C 0 0 25 64 D 26 64 2C
Octal 336 214 0 0 45 144 15 46 144 54
Binary 11011110 10001100 0 0 100101 1100100 1101 100110 1100100 101100

Color Harmonies of #DE8C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8C00

Black with #DE8C00

Text Example


Text Example

White with #DE8C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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