Html Css Color HEX #DDA109 Gamboge

📋 copy color: '#DDA109'

red 221 ◦ green 161 ◦ blue 9

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

Shades of Gamboge #DDA109

Tints of Gamboge #DDA109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.3%

R = 56.52%
G = 41.18%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDA109 (or 0xDDA109) is known color: Gamboge. HEX triplet: DD, A1 and 09. RGB value is (221,161,9). Sum of RGB (Red+Green+Blue) = 221+161+9=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 9 (3.91% from 255 or 2.30% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA109 is #225EF6. Grayscale: #A2A2A2. Windows color (decimal): -2252535 or 631261. OLE color: 631261.

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

Color convert

RGB 221 161 9 -
CMYK 0 0.27 0.96 0.13
HSL 43.02º 0.92% 0.45% -
HSV(B) 43.02º 0.96% 0.87% -
XYZ 42.61 40.88 5.9 -
YUV 161.61 41.88 170.36 -
System Red Green Blue C M Y K H S L
Decimal 221 161 9 0 0.27 0.96 0.13 43.02 0.92 0.45
Hex DD A1 9 0 1B 60 D 2B 5C 2D
Octal 335 241 11 0 33 140 15 53 134 55
Binary 11011101 10100001 1001 0 11011 1100000 1101 101011 1011100 101101

Color Harmonies of #DDA109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA109

Black with #DDA109

Text Example


Text Example

White with #DDA109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA109; }

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

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

background-color css

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

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

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

border-color css

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

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

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