Html Css Color HEX #DD8F11 Gamboge

📋 copy color: '#DD8F11'

red 221 ◦ green 143 ◦ blue 17

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

Shades of Gamboge #DD8F11

Tints of Gamboge #DD8F11

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.53%

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

R = 58.01%
G = 37.53%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD8F11 (or 0xDD8F11) is known color: Gamboge. HEX triplet: DD, 8F and 11. RGB value is (221,143,17). Sum of RGB (Red+Green+Blue) = 221+143+17=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8F11 is #2270EE. Grayscale: #989898. Windows color (decimal): -2257135 or 1150941. OLE color: 1150941.

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

Color convert

RGB 221 143 17 -
CMYK 0 0.35 0.92 0.13
HSL 37.06º 0.86% 0.47% -
HSV(B) 37.06º 0.92% 0.87% -
XYZ 39.74 35.06 5.2 -
YUV 151.96 51.84 177.25 -
System Red Green Blue C M Y K H S L
Decimal 221 143 17 0 0.35 0.92 0.13 37.06 0.86 0.47
Hex DD 8F 11 0 23 5C D 25 56 2F
Octal 335 217 21 0 43 134 15 45 126 57
Binary 11011101 10001111 10001 0 100011 1011100 1101 100101 1010110 101111

Color Harmonies of #DD8F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8F11

Black with #DD8F11

Text Example


Text Example

White with #DD8F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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