Html Css Color HEX #DDAA11 Gamboge

📋 copy color: '#DDAA11'

red 221 ◦ green 170 ◦ blue 17

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

Shades of Gamboge #DDAA11

Tints of Gamboge #DDAA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.17%

R = 54.17%
G = 41.67%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDAA11 (or 0xDDAA11) is known color: Gamboge. HEX triplet: DD, AA and 11. RGB value is (221,170,17). Sum of RGB (Red+Green+Blue) = 221+170+17=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 17 (7.03% from 255 or 4.17% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAA11 is #2255EE. Grayscale: #A8A8A8. Windows color (decimal): -2250223 or 1157853. OLE color: 1157853.

HSL color Cylindrical-coordinate representation of color #DDAA11: hue angle of 45º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDAA11 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 170 17 -
CMYK 0 0.23 0.92 0.13
HSL 45º 0.86% 0.47% -
HSV(B) 45º 0.92% 0.87% -
XYZ 44.29 44.16 6.72 -
YUV 167.81 42.9 165.94 -
System Red Green Blue C M Y K H S L
Decimal 221 170 17 0 0.23 0.92 0.13 45 0.86 0.47
Hex DD AA 11 0 17 5C D 2D 56 2F
Octal 335 252 21 0 27 134 15 55 126 57
Binary 11011101 10101010 10001 0 10111 1011100 1101 101101 1010110 101111

Color Harmonies of #DDAA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA11

Black with #DDAA11

Text Example


Text Example

White with #DDAA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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