Html Css Color HEX #DDAA09 Gamboge

📋 copy color: '#DDAA09'

red 221 ◦ green 170 ◦ blue 9

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

Shades of Gamboge #DDAA09

Tints of Gamboge #DDAA09

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.5%

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

R = 55.25%
G = 42.5%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDAA09 (or 0xDDAA09) is known color: Gamboge. HEX triplet: DD, AA and 09. RGB value is (221,170,9). Sum of RGB (Red+Green+Blue) = 221+170+9=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 9 (3.91% from 255 or 2.25% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAA09 is #2255F6. Grayscale: #A7A7A7. Windows color (decimal): -2250231 or 633565. OLE color: 633565.

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

Color convert

RGB 221 170 9 -
CMYK 0 0.23 0.96 0.13
HSL 45.57º 0.92% 0.45% -
HSV(B) 45.57º 0.96% 0.87% -
XYZ 44.24 44.14 6.45 -
YUV 166.9 38.9 166.59 -
System Red Green Blue C M Y K H S L
Decimal 221 170 9 0 0.23 0.96 0.13 45.57 0.92 0.45
Hex DD AA 9 0 17 60 D 2E 5C 2D
Octal 335 252 11 0 27 140 15 56 134 55
Binary 11011101 10101010 1001 0 10111 1100000 1101 101110 1011100 101101

Color Harmonies of #DDAA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA09

Black with #DDAA09

Text Example


Text Example

White with #DDAA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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