Html Css Color HEX #DDA611 Gamboge

📋 copy color: '#DDA611'

red 221 ◦ green 166 ◦ blue 17

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

Shades of Gamboge #DDA611

Tints of Gamboge #DDA611

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.09%

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

R = 54.7%
G = 41.09%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDA611 (or 0xDDA611) is known color: Gamboge. HEX triplet: DD, A6 and 11. RGB value is (221,166,17). Sum of RGB (Red+Green+Blue) = 221+166+17=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA611 is #2259EE. Grayscale: #A6A6A6. Windows color (decimal): -2251247 or 1156829. OLE color: 1156829.

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

Color convert

RGB 221 166 17 -
CMYK 0 0.25 0.92 0.13
HSL 43.82º 0.86% 0.47% -
HSV(B) 43.82º 0.92% 0.87% -
XYZ 43.56 42.69 6.47 -
YUV 165.46 44.22 167.62 -
System Red Green Blue C M Y K H S L
Decimal 221 166 17 0 0.25 0.92 0.13 43.82 0.86 0.47
Hex DD A6 11 0 19 5C D 2C 56 2F
Octal 335 246 21 0 31 134 15 54 126 57
Binary 11011101 10100110 10001 0 11001 1011100 1101 101100 1010110 101111

Color Harmonies of #DDA611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA611

Black with #DDA611

Text Example


Text Example

White with #DDA611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA611; }

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

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

background-color css

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

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

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

border-color css

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

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

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