Html Css Color HEX #DDAA0E Gamboge

📋 copy color: '#DDAA0E'

red 221 ◦ green 170 ◦ blue 14

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

Shades of Gamboge #DDAA0E

Tints of Gamboge #DDAA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.46%

R = 54.57%
G = 41.98%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDAA0E (or 0xDDAA0E) is known color: Gamboge. HEX triplet: DD, AA and 0E. RGB value is (221,170,14). Sum of RGB (Red+Green+Blue) = 221+170+14=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAA0E is #2255F1. Grayscale: #A8A8A8. Windows color (decimal): -2250226 or 961245. OLE color: 961245.

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

Color convert

RGB 221 170 14 -
CMYK 0 0.23 0.94 0.13
HSL 45.22º 0.88% 0.46% -
HSV(B) 45.22º 0.94% 0.87% -
XYZ 44.27 44.15 6.6 -
YUV 167.47 41.4 166.18 -
System Red Green Blue C M Y K H S L
Decimal 221 170 14 0 0.23 0.94 0.13 45.22 0.88 0.46
Hex DD AA E 0 17 5E D 2D 58 2E
Octal 335 252 16 0 27 136 15 55 130 56
Binary 11011101 10101010 1110 0 10111 1011110 1101 101101 1011000 101110

Color Harmonies of #DDAA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA0E

Black with #DDAA0E

Text Example


Text Example

White with #DDAA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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