Html Css Color HEX #DD8311 Gamboge

📋 copy color: '#DD8311'

red 221 ◦ green 131 ◦ blue 17

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

Shades of Gamboge #DD8311

Tints of Gamboge #DD8311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.5%

 BLUE value IS 17 (7.03% from 255) = 4.61%

R = 59.89%
G = 35.5%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD8311 (or 0xDD8311) is known color: Gamboge. HEX triplet: DD, 83 and 11. RGB value is (221,131,17). Sum of RGB (Red+Green+Blue) = 221+131+17=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8311 is #227CEE. Grayscale: #919191. Windows color (decimal): -2260207 or 1147869. OLE color: 1147869.

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

Color convert

RGB 221 131 17 -
CMYK 0 0.41 0.92 0.13
HSL 33.53º 0.86% 0.47% -
HSV(B) 33.53º 0.92% 0.87% -
XYZ 38.04 31.65 4.63 -
YUV 144.91 55.82 182.27 -
System Red Green Blue C M Y K H S L
Decimal 221 131 17 0 0.41 0.92 0.13 33.53 0.86 0.47
Hex DD 83 11 0 29 5C D 22 56 2F
Octal 335 203 21 0 51 134 15 42 126 57
Binary 11011101 10000011 10001 0 101001 1011100 1101 100010 1010110 101111

Color Harmonies of #DD8311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8311

Black with #DD8311

Text Example


Text Example

White with #DD8311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8311; }

 p { color: rgb(221,131,17); }

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

background-color css

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

 a { background-color: rgb(221,131,17); }

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

border-color css

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

 span { border-color: rgb(221,131,17); }

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