Html Css Color HEX #DD8709 Gamboge

📋 copy color: '#DD8709'

red 221 ◦ green 135 ◦ blue 9

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

Shades of Gamboge #DD8709

Tints of Gamboge #DD8709

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.99%

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

R = 60.55%
G = 36.99%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD8709 (or 0xDD8709) is known color: Gamboge. HEX triplet: DD, 87 and 09. RGB value is (221,135,9). Sum of RGB (Red+Green+Blue) = 221+135+9=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 9 (3.91% from 255 or 2.47% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8709 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8709 is #2278F6. Grayscale: #929292. Windows color (decimal): -2259191 or 624605. OLE color: 624605.

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

Color convert

RGB 221 135 9 -
CMYK 0 0.39 0.96 0.13
HSL 35.66º 0.92% 0.45% -
HSV(B) 35.66º 0.96% 0.87% -
XYZ 38.53 32.72 4.54 -
YUV 146.35 50.49 181.25 -
System Red Green Blue C M Y K H S L
Decimal 221 135 9 0 0.39 0.96 0.13 35.66 0.92 0.45
Hex DD 87 9 0 27 60 D 24 5C 2D
Octal 335 207 11 0 47 140 15 44 134 55
Binary 11011101 10000111 1001 0 100111 1100000 1101 100100 1011100 101101

Color Harmonies of #DD8709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8709

Black with #DD8709

Text Example


Text Example

White with #DD8709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8709; }

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

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

background-color css

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

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

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

border-color css

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

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

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