Html Css Color HEX #DDA810 Gamboge

📋 copy color: '#DDA810'

red 221 ◦ green 168 ◦ blue 16

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

Shades of Gamboge #DDA810

Tints of Gamboge #DDA810

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.48%

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

R = 54.57%
G = 41.48%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDA810 (or 0xDDA810) is known color: Gamboge. HEX triplet: DD, A8 and 10. RGB value is (221,168,16). Sum of RGB (Red+Green+Blue) = 221+168+16=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA810 is #2257EF. Grayscale: #A7A7A7. Windows color (decimal): -2250736 or 1091805. OLE color: 1091805.

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

Color convert

RGB 221 168 16 -
CMYK 0 0.24 0.93 0.13
HSL 44.49º 0.86% 0.46% -
HSV(B) 44.49º 0.93% 0.87% -
XYZ 43.91 43.41 6.56 -
YUV 166.52 43.06 166.86 -
System Red Green Blue C M Y K H S L
Decimal 221 168 16 0 0.24 0.93 0.13 44.49 0.86 0.46
Hex DD A8 10 0 18 5D D 2C 56 2E
Octal 335 250 20 0 30 135 15 54 126 56
Binary 11011101 10101000 10000 0 11000 1011101 1101 101100 1010110 101110

Color Harmonies of #DDA810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA810

Black with #DDA810

Text Example


Text Example

White with #DDA810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA810; }

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

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

background-color css

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

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

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

border-color css

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

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

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