Html Css Color HEX #DD8913 Gamboge

📋 copy color: '#DD8913'

red 221 ◦ green 137 ◦ blue 19

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

Shades of Gamboge #DD8913

Tints of Gamboge #DD8913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.34%

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

R = 58.62%
G = 36.34%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD8913 (or 0xDD8913) is known color: Gamboge. HEX triplet: DD, 89 and 13. RGB value is (221,137,19). Sum of RGB (Red+Green+Blue) = 221+137+19=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 19 (7.81% from 255 or 5.04% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8913 is #2276EC. Grayscale: #959595. Windows color (decimal): -2258669 or 1280477. OLE color: 1280477.

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

Color convert

RGB 221 137 19 -
CMYK 0 0.38 0.91 0.13
HSL 35.05º 0.84% 0.47% -
HSV(B) 35.05º 0.91% 0.87% -
XYZ 38.88 33.31 5 -
YUV 148.66 54.83 179.59 -
System Red Green Blue C M Y K H S L
Decimal 221 137 19 0 0.38 0.91 0.13 35.05 0.84 0.47
Hex DD 89 13 0 26 5B D 23 54 2F
Octal 335 211 23 0 46 133 15 43 124 57
Binary 11011101 10001001 10011 0 100110 1011011 1101 100011 1010100 101111

Color Harmonies of #DD8913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8913

Black with #DD8913

Text Example


Text Example

White with #DD8913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8913; }

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

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

background-color css

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

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

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

border-color css

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

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

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