Html Css Color HEX #DD9309 Gamboge

📋 copy color: '#DD9309'

red 221 ◦ green 147 ◦ blue 9

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

Shades of Gamboge #DD9309

Tints of Gamboge #DD9309

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.99%

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

R = 58.62%
G = 38.99%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD9309 (or 0xDD9309) is known color: Gamboge. HEX triplet: DD, 93 and 09. RGB value is (221,147,9). Sum of RGB (Red+Green+Blue) = 221+147+9=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 9 (3.91% from 255 or 2.39% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9309 is #226CF6. Grayscale: #9A9A9A. Windows color (decimal): -2256119 or 627677. OLE color: 627677.

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

Color convert

RGB 221 147 9 -
CMYK 0 0.33 0.96 0.13
HSL 39.06º 0.92% 0.45% -
HSV(B) 39.06º 0.96% 0.87% -
XYZ 40.3 36.26 5.13 -
YUV 153.39 46.52 176.22 -
System Red Green Blue C M Y K H S L
Decimal 221 147 9 0 0.33 0.96 0.13 39.06 0.92 0.45
Hex DD 93 9 0 21 60 D 27 5C 2D
Octal 335 223 11 0 41 140 15 47 134 55
Binary 11011101 10010011 1001 0 100001 1100000 1101 100111 1011100 101101

Color Harmonies of #DD9309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9309

Black with #DD9309

Text Example


Text Example

White with #DD9309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9309; }

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

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

background-color css

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

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

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

border-color css

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

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

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