Html Css Color HEX #DD9609 Gamboge

📋 copy color: '#DD9609'

red 221 ◦ green 150 ◦ blue 9

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

Shades of Gamboge #DD9609

Tints of Gamboge #DD9609

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.47%

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

R = 58.16%
G = 39.47%
B = 2.37%

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

#DD9609 (or 0xDD9609) is known color: Gamboge. HEX triplet: DD, 96 and 09. RGB value is (221,150,9). Sum of RGB (Red+Green+Blue) = 221+150+9=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 9 (3.91% from 255 or 2.37% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9609 is #2269F6. Grayscale: #9B9B9B. Windows color (decimal): -2255351 or 628445. OLE color: 628445.

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

Color convert

RGB 221 150 9 -
CMYK 0 0.32 0.96 0.13
HSL 39.91º 0.92% 0.45% -
HSV(B) 39.91º 0.96% 0.87% -
XYZ 40.77 37.2 5.29 -
YUV 155.16 45.52 174.96 -
System Red Green Blue C M Y K H S L
Decimal 221 150 9 0 0.32 0.96 0.13 39.91 0.92 0.45
Hex DD 96 9 0 20 60 D 28 5C 2D
Octal 335 226 11 0 40 140 15 50 134 55
Binary 11011101 10010110 1001 0 100000 1100000 1101 101000 1011100 101101

Color Harmonies of #DD9609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9609

Black with #DD9609

Text Example


Text Example

White with #DD9609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9609; }

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

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

background-color css

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

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

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

border-color css

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

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

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