Html Css Color HEX #DDAA0B Gamboge

📋 copy color: '#DDAA0B'

red 221 ◦ green 170 ◦ blue 11

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

Shades of Gamboge #DDAA0B

Tints of Gamboge #DDAA0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.74%

R = 54.98%
G = 42.29%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDAA0B (or 0xDDAA0B) is known color: Gamboge. HEX triplet: DD, AA and 0B. RGB value is (221,170,11). Sum of RGB (Red+Green+Blue) = 221+170+11=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAA0B is #2255F4. Grayscale: #A7A7A7. Windows color (decimal): -2250229 or 764637. OLE color: 764637.

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

Color convert

RGB 221 170 11 -
CMYK 0 0.23 0.95 0.13
HSL 45.43º 0.91% 0.45% -
HSV(B) 45.43º 0.95% 0.87% -
XYZ 44.25 44.15 6.51 -
YUV 167.12 39.9 166.43 -
System Red Green Blue C M Y K H S L
Decimal 221 170 11 0 0.23 0.95 0.13 45.43 0.91 0.45
Hex DD AA B 0 17 5F D 2D 5B 2D
Octal 335 252 13 0 27 137 15 55 133 55
Binary 11011101 10101010 1011 0 10111 1011111 1101 101101 1011011 101101

Color Harmonies of #DDAA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA0B

Black with #DDAA0B

Text Example


Text Example

White with #DDAA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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