Html Css Color HEX #DD8710 Gamboge

📋 copy color: '#DD8710'

red 221 ◦ green 135 ◦ blue 16

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

Shades of Gamboge #DD8710

Tints of Gamboge #DD8710

RGB

 RED value IS 221 (86.72% from 255) = 59.41%

 GREEN value IS 135 (53.13% from 255) = 36.29%

 BLUE value IS 16 (6.64% from 255) = 4.3%

R = 59.41%
G = 36.29%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD8710 (or 0xDD8710) is known color: Gamboge. HEX triplet: DD, 87 and 10. RGB value is (221,135,16). Sum of RGB (Red+Green+Blue) = 221+135+16=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8710 is #2278EF. Grayscale: #939393. Windows color (decimal): -2259184 or 1083357. OLE color: 1083357.

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

Color convert

RGB 221 135 16 -
CMYK 0 0.39 0.93 0.13
HSL 34.83º 0.86% 0.46% -
HSV(B) 34.83º 0.93% 0.87% -
XYZ 38.58 32.74 4.78 -
YUV 147.15 53.99 180.68 -
System Red Green Blue C M Y K H S L
Decimal 221 135 16 0 0.39 0.93 0.13 34.83 0.86 0.46
Hex DD 87 10 0 27 5D D 23 56 2E
Octal 335 207 20 0 47 135 15 43 126 56
Binary 11011101 10000111 10000 0 100111 1011101 1101 100011 1010110 101110

Color Harmonies of #DD8710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8710

Black with #DD8710

Text Example


Text Example

White with #DD8710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8710; }

 p { color: rgb(221,135,16); }

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

background-color css

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

 a { background-color: rgb(221,135,16); }

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

border-color css

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

 span { border-color: rgb(221,135,16); }

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