Html Css Color HEX #DDA010 Gamboge

📋 copy color: '#DDA010'

red 221 ◦ green 160 ◦ blue 16

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

Shades of Gamboge #DDA010

Tints of Gamboge #DDA010

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.3%

 BLUE value IS 16 (6.64% from 255) = 4.03%

R = 55.67%
G = 40.3%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDA010 (or 0xDDA010) is known color: Gamboge. HEX triplet: DD, A0 and 10. RGB value is (221,160,16). Sum of RGB (Red+Green+Blue) = 221+160+16=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA010 is #225FEF. Grayscale: #A2A2A2. Windows color (decimal): -2252784 or 1089757. OLE color: 1089757.

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

Color convert

RGB 221 160 16 -
CMYK 0 0.28 0.93 0.13
HSL 42.15º 0.86% 0.46% -
HSV(B) 42.15º 0.93% 0.87% -
XYZ 42.48 40.55 6.08 -
YUV 161.82 45.71 170.21 -
System Red Green Blue C M Y K H S L
Decimal 221 160 16 0 0.28 0.93 0.13 42.15 0.86 0.46
Hex DD A0 10 0 1C 5D D 2A 56 2E
Octal 335 240 20 0 34 135 15 52 126 56
Binary 11011101 10100000 10000 0 11100 1011101 1101 101010 1010110 101110

Color Harmonies of #DDA010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA010

Black with #DDA010

Text Example


Text Example

White with #DDA010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA010; }

 p { color: rgb(221,160,16); }

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

background-color css

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

 a { background-color: rgb(221,160,16); }

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

border-color css

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

 span { border-color: rgb(221,160,16); }

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