Html Css Color HEX #DE880B Gamboge

📋 copy color: '#DE880B'

red 222 ◦ green 136 ◦ blue 11

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

Shades of Gamboge #DE880B

Tints of Gamboge #DE880B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.98%

R = 60.16%
G = 36.86%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE880B (or 0xDE880B) is known color: Gamboge. HEX triplet: DE, 88 and 0B. RGB value is (222,136,11). Sum of RGB (Red+Green+Blue) = 222+136+11=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE880B is #2177F4. Grayscale: #949494. Windows color (decimal): -2193397 or 755934. OLE color: 755934.

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

Color convert

RGB 222 136 11 -
CMYK 0 0.39 0.95 0.13
HSL 35.55º 0.91% 0.46% -
HSV(B) 35.55º 0.95% 0.87% -
XYZ 38.99 33.16 4.66 -
YUV 147.46 50.99 181.16 -
System Red Green Blue C M Y K H S L
Decimal 222 136 11 0 0.39 0.95 0.13 35.55 0.91 0.46
Hex DE 88 B 0 27 5F D 24 5B 2E
Octal 336 210 13 0 47 137 15 44 133 56
Binary 11011110 10001000 1011 0 100111 1011111 1101 100100 1011011 101110

Color Harmonies of #DE880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE880B

Black with #DE880B

Text Example


Text Example

White with #DE880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE880B; }

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

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

background-color css

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

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

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

border-color css

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

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

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