Html Css Color HEX #DD9709 Gamboge

📋 copy color: '#DD9709'

red 221 ◦ green 151 ◦ blue 9

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

Shades of Gamboge #DD9709

Tints of Gamboge #DD9709

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.63%

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

R = 58.01%
G = 39.63%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD9709 (or 0xDD9709) is known color: Gamboge. HEX triplet: DD, 97 and 09. RGB value is (221,151,9). Sum of RGB (Red+Green+Blue) = 221+151+9=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 9 (3.91% from 255 or 2.36% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9709 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9709 is #2268F6. Grayscale: #9C9C9C. Windows color (decimal): -2255095 or 628701. OLE color: 628701.

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

Color convert

RGB 221 151 9 -
CMYK 0 0.32 0.96 0.13
HSL 40.19º 0.92% 0.45% -
HSV(B) 40.19º 0.96% 0.87% -
XYZ 40.93 37.53 5.34 -
YUV 155.74 45.19 174.55 -
System Red Green Blue C M Y K H S L
Decimal 221 151 9 0 0.32 0.96 0.13 40.19 0.92 0.45
Hex DD 97 9 0 20 60 D 28 5C 2D
Octal 335 227 11 0 40 140 15 50 134 55
Binary 11011101 10010111 1001 0 100000 1100000 1101 101000 1011100 101101

Color Harmonies of #DD9709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9709

Black with #DD9709

Text Example


Text Example

White with #DD9709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9709; }

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

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

background-color css

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

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

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

border-color css

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

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

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