Html Css Color HEX #DD9509 Gamboge

📋 copy color: '#DD9509'

red 221 ◦ green 149 ◦ blue 9

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

Shades of Gamboge #DD9509

Tints of Gamboge #DD9509

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.31%

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

R = 58.31%
G = 39.31%
B = 2.37%

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

#DD9509 (or 0xDD9509) is known color: Gamboge. HEX triplet: DD, 95 and 09. RGB value is (221,149,9). Sum of RGB (Red+Green+Blue) = 221+149+9=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 9 (3.91% from 255 or 2.37% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9509 is #226AF6. Grayscale: #9B9B9B. Windows color (decimal): -2255607 or 628189. OLE color: 628189.

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

Color convert

RGB 221 149 9 -
CMYK 0 0.33 0.96 0.13
HSL 39.62º 0.92% 0.45% -
HSV(B) 39.62º 0.96% 0.87% -
XYZ 40.62 36.89 5.24 -
YUV 154.57 45.85 175.38 -
System Red Green Blue C M Y K H S L
Decimal 221 149 9 0 0.33 0.96 0.13 39.62 0.92 0.45
Hex DD 95 9 0 21 60 D 28 5C 2D
Octal 335 225 11 0 41 140 15 50 134 55
Binary 11011101 10010101 1001 0 100001 1100000 1101 101000 1011100 101101

Color Harmonies of #DD9509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9509

Black with #DD9509

Text Example


Text Example

White with #DD9509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9509; }

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

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

background-color css

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

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

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

border-color css

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

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

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