Html Css Color HEX #DD9109 Gamboge

📋 copy color: '#DD9109'

red 221 ◦ green 145 ◦ blue 9

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

Shades of Gamboge #DD9109

Tints of Gamboge #DD9109

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.67%

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

R = 58.93%
G = 38.67%
B = 2.4%

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

#DD9109 (or 0xDD9109) is known color: Gamboge. HEX triplet: DD, 91 and 09. RGB value is (221,145,9). Sum of RGB (Red+Green+Blue) = 221+145+9=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9109 is #226EF6. Grayscale: #989898. Windows color (decimal): -2256631 or 627165. OLE color: 627165.

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

Color convert

RGB 221 145 9 -
CMYK 0 0.34 0.96 0.13
HSL 38.49º 0.92% 0.45% -
HSV(B) 38.49º 0.96% 0.87% -
XYZ 39.99 35.64 5.03 -
YUV 152.22 47.18 177.06 -
System Red Green Blue C M Y K H S L
Decimal 221 145 9 0 0.34 0.96 0.13 38.49 0.92 0.45
Hex DD 91 9 0 22 60 D 26 5C 2D
Octal 335 221 11 0 42 140 15 46 134 55
Binary 11011101 10010001 1001 0 100010 1100000 1101 100110 1011100 101101

Color Harmonies of #DD9109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9109

Black with #DD9109

Text Example


Text Example

White with #DD9109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9109; }

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

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

background-color css

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

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

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

border-color css

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

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

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