Html Css Color HEX #DD8C11 Gamboge

📋 copy color: '#DD8C11'

red 221 ◦ green 140 ◦ blue 17

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

Shades of Gamboge #DD8C11

Tints of Gamboge #DD8C11

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.04%

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

R = 58.47%
G = 37.04%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD8C11 (or 0xDD8C11) is known color: Gamboge. HEX triplet: DD, 8C and 11. RGB value is (221,140,17). Sum of RGB (Red+Green+Blue) = 221+140+17=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8C11 is #2273EE. Grayscale: #969696. Windows color (decimal): -2257903 or 1150173. OLE color: 1150173.

HSL color Cylindrical-coordinate representation of color #DD8C11: hue angle of 36.18º 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 #DD8C11 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 140 17 -
CMYK 0 0.37 0.92 0.13
HSL 36.18º 0.86% 0.47% -
HSV(B) 36.18º 0.92% 0.87% -
XYZ 39.3 34.17 5.05 -
YUV 150.2 52.84 178.5 -
System Red Green Blue C M Y K H S L
Decimal 221 140 17 0 0.37 0.92 0.13 36.18 0.86 0.47
Hex DD 8C 11 0 25 5C D 24 56 2F
Octal 335 214 21 0 45 134 15 44 126 57
Binary 11011101 10001100 10001 0 100101 1011100 1101 100100 1010110 101111

Color Harmonies of #DD8C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C11

Black with #DD8C11

Text Example


Text Example

White with #DD8C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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