Html Css Color HEX #DD9009 Gamboge

📋 copy color: '#DD9009'

red 221 ◦ green 144 ◦ blue 9

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

Shades of Gamboge #DD9009

Tints of Gamboge #DD9009

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.5%

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

R = 59.09%
G = 38.5%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD9009 (or 0xDD9009) is known color: Gamboge. HEX triplet: DD, 90 and 09. RGB value is (221,144,9). Sum of RGB (Red+Green+Blue) = 221+144+9=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 9 (3.91% from 255 or 2.41% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9009 is #226FF6. Grayscale: #989898. Windows color (decimal): -2256887 or 626909. OLE color: 626909.

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

Color convert

RGB 221 144 9 -
CMYK 0 0.35 0.96 0.13
HSL 38.21º 0.92% 0.45% -
HSV(B) 38.21º 0.96% 0.87% -
XYZ 39.84 35.34 4.98 -
YUV 151.63 47.51 177.48 -
System Red Green Blue C M Y K H S L
Decimal 221 144 9 0 0.35 0.96 0.13 38.21 0.92 0.45
Hex DD 90 9 0 23 60 D 26 5C 2D
Octal 335 220 11 0 43 140 15 46 134 55
Binary 11011101 10010000 1001 0 100011 1100000 1101 100110 1011100 101101

Color Harmonies of #DD9009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9009

Black with #DD9009

Text Example


Text Example

White with #DD9009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9009; }

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

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

background-color css

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

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

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

border-color css

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

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

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