Html Css Color HEX #DE880E Gamboge

📋 copy color: '#DE880E'

red 222 ◦ green 136 ◦ blue 14

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

Shades of Gamboge #DE880E

Tints of Gamboge #DE880E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.56%

 BLUE value IS 14 (5.86% from 255) = 3.76%

R = 59.68%
G = 36.56%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DE880E (or 0xDE880E) is known color: Gamboge. HEX triplet: DE, 88 and 0E. RGB value is (222,136,14). Sum of RGB (Red+Green+Blue) = 222+136+14=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE880E is #2177F1. Grayscale: #949494. Windows color (decimal): -2193394 or 952542. OLE color: 952542.

HSL color Cylindrical-coordinate representation of color #DE880E: hue angle of 35.19º degrees, saturation: 0.88, 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 #DE880E is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 136 14 -
CMYK 0 0.39 0.94 0.13
HSL 35.19º 0.88% 0.46% -
HSV(B) 35.19º 0.94% 0.87% -
XYZ 39.01 33.17 4.76 -
YUV 147.81 52.49 180.92 -
System Red Green Blue C M Y K H S L
Decimal 222 136 14 0 0.39 0.94 0.13 35.19 0.88 0.46
Hex DE 88 E 0 27 5E D 23 58 2E
Octal 336 210 16 0 47 136 15 43 130 56
Binary 11011110 10001000 1110 0 100111 1011110 1101 100011 1011000 101110

Color Harmonies of #DE880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE880E

Black with #DE880E

Text Example


Text Example

White with #DE880E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE880E; }

 p { color: rgb(222,136,14); }

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

background-color css

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

 a { background-color: rgb(222,136,14); }

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

border-color css

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

 span { border-color: rgb(222,136,14); }

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