Html Css Color HEX #DD8813 Gamboge

📋 copy color: '#DD8813'

red 221 ◦ green 136 ◦ blue 19

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

Shades of Gamboge #DD8813

Tints of Gamboge #DD8813

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.17%

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

R = 58.78%
G = 36.17%
B = 5.05%

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

#DD8813 (or 0xDD8813) is known color: Gamboge. HEX triplet: DD, 88 and 13. RGB value is (221,136,19). Sum of RGB (Red+Green+Blue) = 221+136+19=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 19 (7.81% from 255 or 5.05% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8813 is #2277EC. Grayscale: #949494. Windows color (decimal): -2258925 or 1280221. OLE color: 1280221.

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

Color convert

RGB 221 136 19 -
CMYK 0 0.38 0.91 0.13
HSL 34.75º 0.84% 0.47% -
HSV(B) 34.75º 0.91% 0.87% -
XYZ 38.74 33.03 4.95 -
YUV 148.08 55.16 180.01 -
System Red Green Blue C M Y K H S L
Decimal 221 136 19 0 0.38 0.91 0.13 34.75 0.84 0.47
Hex DD 88 13 0 26 5B D 23 54 2F
Octal 335 210 23 0 46 133 15 43 124 57
Binary 11011101 10001000 10011 0 100110 1011011 1101 100011 1010100 101111

Color Harmonies of #DD8813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8813

Black with #DD8813

Text Example


Text Example

White with #DD8813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8813; }

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

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

background-color css

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

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

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

border-color css

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

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

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