Html Css Color HEX #DDA016 Gamboge

📋 copy color: '#DDA016'

red 221 ◦ green 160 ◦ blue 22

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

Shades of Gamboge #DDA016

Tints of Gamboge #DDA016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.46%

R = 54.84%
G = 39.7%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDA016 (or 0xDDA016) is known color: Gamboge. HEX triplet: DD, A0 and 16. RGB value is (221,160,22). Sum of RGB (Red+Green+Blue) = 221+160+22=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA016 is #225FE9. Grayscale: #A3A3A3. Windows color (decimal): -2252778 or 1482973. OLE color: 1482973.

HSL color Cylindrical-coordinate representation of color #DDA016: hue angle of 41.61º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDA016 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 160 22 -
CMYK 0 0.28 0.90 0.13
HSL 41.61º 0.82% 0.48% -
HSV(B) 41.61º 0.9% 0.87% -
XYZ 42.53 40.57 6.35 -
YUV 162.51 48.71 169.72 -
System Red Green Blue C M Y K H S L
Decimal 221 160 22 0 0.28 0.90 0.13 41.61 0.82 0.48
Hex DD A0 16 0 1C 5A D 2A 52 30
Octal 335 240 26 0 34 132 15 52 122 60
Binary 11011101 10100000 10110 0 11100 1011010 1101 101010 1010010 110000

Color Harmonies of #DDA016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA016

Black with #DDA016

Text Example


Text Example

White with #DDA016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA016; }

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

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

background-color css

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

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

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

border-color css

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

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

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