Html Css Color HEX #DDA112 Gamboge

📋 copy color: '#DDA112'

red 221 ◦ green 161 ◦ blue 18

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

Shades of Gamboge #DDA112

Tints of Gamboge #DDA112

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.25%

 BLUE value IS 18 (7.42% from 255) = 4.5%

R = 55.25%
G = 40.25%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDA112 (or 0xDDA112) is known color: Gamboge. HEX triplet: DD, A1 and 12. RGB value is (221,161,18). Sum of RGB (Red+Green+Blue) = 221+161+18=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA112 is #225EED. Grayscale: #A3A3A3. Windows color (decimal): -2252526 or 1221085. OLE color: 1221085.

HSL color Cylindrical-coordinate representation of color #DDA112: hue angle of 42.27º degrees, saturation: 0.85, 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 #DDA112 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 161 18 -
CMYK 0 0.27 0.92 0.13
HSL 42.27º 0.85% 0.47% -
HSV(B) 42.27º 0.92% 0.87% -
XYZ 42.67 40.91 6.22 -
YUV 162.64 46.38 169.63 -
System Red Green Blue C M Y K H S L
Decimal 221 161 18 0 0.27 0.92 0.13 42.27 0.85 0.47
Hex DD A1 12 0 1B 5C D 2A 55 2F
Octal 335 241 22 0 33 134 15 52 125 57
Binary 11011101 10100001 10010 0 11011 1011100 1101 101010 1010101 101111

Color Harmonies of #DDA112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA112

Black with #DDA112

Text Example


Text Example

White with #DDA112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA112; }

 p { color: rgb(221,161,18); }

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

background-color css

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

 a { background-color: rgb(221,161,18); }

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

border-color css

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

 span { border-color: rgb(221,161,18); }

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