Html Css Color HEX #DD8809 Gamboge

📋 copy color: '#DD8809'

red 221 ◦ green 136 ◦ blue 9

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

Shades of Gamboge #DD8809

Tints of Gamboge #DD8809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.46%

R = 60.38%
G = 37.16%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD8809 (or 0xDD8809) is known color: Gamboge. HEX triplet: DD, 88 and 09. RGB value is (221,136,9). Sum of RGB (Red+Green+Blue) = 221+136+9=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 9 (3.91% from 255 or 2.46% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8809 is #2277F6. Grayscale: #939393. Windows color (decimal): -2258935 or 624861. OLE color: 624861.

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

Color convert

RGB 221 136 9 -
CMYK 0 0.38 0.96 0.13
HSL 35.94º 0.92% 0.45% -
HSV(B) 35.94º 0.96% 0.87% -
XYZ 38.67 33 4.59 -
YUV 146.94 50.16 180.83 -
System Red Green Blue C M Y K H S L
Decimal 221 136 9 0 0.38 0.96 0.13 35.94 0.92 0.45
Hex DD 88 9 0 26 60 D 24 5C 2D
Octal 335 210 11 0 46 140 15 44 134 55
Binary 11011101 10001000 1001 0 100110 1100000 1101 100100 1011100 101101

Color Harmonies of #DD8809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8809

Black with #DD8809

Text Example


Text Example

White with #DD8809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8809; }

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

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

background-color css

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

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

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

border-color css

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

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

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