Html Css Color HEX #DE860D Gamboge

📋 copy color: '#DE860D'

red 222 ◦ green 134 ◦ blue 13

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

Shades of Gamboge #DE860D

Tints of Gamboge #DE860D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.31%

 BLUE value IS 13 (5.47% from 255) = 3.52%

R = 60.16%
G = 36.31%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DE860D (or 0xDE860D) is known color: Gamboge. HEX triplet: DE, 86 and 0D. RGB value is (222,134,13). Sum of RGB (Red+Green+Blue) = 222+134+13=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE860D is #2179F2. Grayscale: #939393. Windows color (decimal): -2193907 or 886494. OLE color: 886494.

HSL color Cylindrical-coordinate representation of color #DE860D: hue angle of 34.74º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE860D is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 134 13 -
CMYK 0 0.40 0.94 0.13
HSL 34.74º 0.89% 0.46% -
HSV(B) 34.74º 0.94% 0.87% -
XYZ 38.72 32.61 4.63 -
YUV 146.52 52.65 181.84 -
System Red Green Blue C M Y K H S L
Decimal 222 134 13 0 0.40 0.94 0.13 34.74 0.89 0.46
Hex DE 86 D 0 28 5E D 23 59 2E
Octal 336 206 15 0 50 136 15 43 131 56
Binary 11011110 10000110 1101 0 101000 1011110 1101 100011 1011001 101110

Color Harmonies of #DE860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE860D

Black with #DE860D

Text Example


Text Example

White with #DE860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE860D; }

 p { color: rgb(222,134,13); }

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

background-color css

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

 a { background-color: rgb(222,134,13); }

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

border-color css

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

 span { border-color: rgb(222,134,13); }

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