Html Css Color HEX #DD8C13 Gamboge

📋 copy color: '#DD8C13'

red 221 ◦ green 140 ◦ blue 19

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

Shades of Gamboge #DD8C13

Tints of Gamboge #DD8C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5%

R = 58.16%
G = 36.84%
B = 5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD8C13 (or 0xDD8C13) is known color: Gamboge. HEX triplet: DD, 8C and 13. RGB value is (221,140,19). Sum of RGB (Red+Green+Blue) = 221+140+19=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 19 (7.81% from 255 or 5% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8C13 is #2273EC. Grayscale: #969696. Windows color (decimal): -2257901 or 1281245. OLE color: 1281245.

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

Color convert

RGB 221 140 19 -
CMYK 0 0.37 0.91 0.13
HSL 35.94º 0.84% 0.47% -
HSV(B) 35.94º 0.91% 0.87% -
XYZ 39.31 34.18 5.14 -
YUV 150.43 53.84 178.34 -
System Red Green Blue C M Y K H S L
Decimal 221 140 19 0 0.37 0.91 0.13 35.94 0.84 0.47
Hex DD 8C 13 0 25 5B D 24 54 2F
Octal 335 214 23 0 45 133 15 44 124 57
Binary 11011101 10001100 10011 0 100101 1011011 1101 100100 1010100 101111

Color Harmonies of #DD8C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C13

Black with #DD8C13

Text Example


Text Example

White with #DD8C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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