Html Css Color HEX #DD9209 Gamboge

📋 copy color: '#DD9209'

red 221 ◦ green 146 ◦ blue 9

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

Shades of Gamboge #DD9209

Tints of Gamboge #DD9209

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.83%

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

R = 58.78%
G = 38.83%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD9209 (or 0xDD9209) is known color: Gamboge. HEX triplet: DD, 92 and 09. RGB value is (221,146,9). Sum of RGB (Red+Green+Blue) = 221+146+9=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 9 (3.91% from 255 or 2.39% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9209 is #226DF6. Grayscale: #999999. Windows color (decimal): -2256375 or 627421. OLE color: 627421.

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

Color convert

RGB 221 146 9 -
CMYK 0 0.34 0.96 0.13
HSL 38.77º 0.92% 0.45% -
HSV(B) 38.77º 0.96% 0.87% -
XYZ 40.15 35.95 5.08 -
YUV 152.81 46.85 176.64 -
System Red Green Blue C M Y K H S L
Decimal 221 146 9 0 0.34 0.96 0.13 38.77 0.92 0.45
Hex DD 92 9 0 22 60 D 27 5C 2D
Octal 335 222 11 0 42 140 15 47 134 55
Binary 11011101 10010010 1001 0 100010 1100000 1101 100111 1011100 101101

Color Harmonies of #DD9209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9209

Black with #DD9209

Text Example


Text Example

White with #DD9209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9209; }

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

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

background-color css

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

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

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

border-color css

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

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

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