Html Css Color HEX #DDA111 Gamboge

📋 copy color: '#DDA111'

red 221 ◦ green 161 ◦ blue 17

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

Shades of Gamboge #DDA111

Tints of Gamboge #DDA111

RGB

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

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

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

R = 55.39%
G = 40.35%
B = 4.26%

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

#DDA111 (or 0xDDA111) is known color: Gamboge. HEX triplet: DD, A1 and 11. RGB value is (221,161,17). Sum of RGB (Red+Green+Blue) = 221+161+17=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA111 is #225EEE. Grayscale: #A3A3A3. Windows color (decimal): -2252527 or 1155549. OLE color: 1155549.

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

Color convert

RGB 221 161 17 -
CMYK 0 0.27 0.92 0.13
HSL 42.35º 0.86% 0.47% -
HSV(B) 42.35º 0.92% 0.87% -
XYZ 42.66 40.9 6.18 -
YUV 162.52 45.88 169.71 -
System Red Green Blue C M Y K H S L
Decimal 221 161 17 0 0.27 0.92 0.13 42.35 0.86 0.47
Hex DD A1 11 0 1B 5C D 2A 56 2F
Octal 335 241 21 0 33 134 15 52 126 57
Binary 11011101 10100001 10001 0 11011 1011100 1101 101010 1010110 101111

Color Harmonies of #DDA111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA111

Black with #DDA111

Text Example


Text Example

White with #DDA111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA111; }

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

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

background-color css

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

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

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

border-color css

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

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

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