Html Css Color HEX #DE8F00 Gamboge

📋 copy color: '#DE8F00'

red 222 ◦ green 143 ◦ blue 0

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

Shades of Gamboge #DE8F00

Tints of Gamboge #DE8F00

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.18%

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

R = 60.82%
G = 39.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE8F00 (or 0xDE8F00) is known color: Gamboge. HEX triplet: DE, 8F and 00. RGB value is (222,143,0). Sum of RGB (Red+Green+Blue) = 222+143+0=365 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.82% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8F00 is #2170FF. Grayscale: #969696. Windows color (decimal): -2191616 or 36830. OLE color: 36830.

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

Color convert

RGB 222 143 0 -
CMYK 0 0.36 1 0.13
HSL 38.65º 1% 0.44% -
HSV(B) 38.65º 1% 0.87% -
XYZ 39.95 35.17 4.68 -
YUV 150.32 43.17 179.13 -
System Red Green Blue C M Y K H S L
Decimal 222 143 0 0 0.36 1 0.13 38.65 1 0.44
Hex DE 8F 0 0 24 64 D 27 64 2C
Octal 336 217 0 0 44 144 15 47 144 54
Binary 11011110 10001111 0 0 100100 1100100 1101 100111 1100100 101100

Color Harmonies of #DE8F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8F00

Black with #DE8F00

Text Example


Text Example

White with #DE8F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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