Html Css Color HEX #DDA510 Gamboge

📋 copy color: '#DDA510'

red 221 ◦ green 165 ◦ blue 16

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

Shades of Gamboge #DDA510

Tints of Gamboge #DDA510

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.04%

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

R = 54.98%
G = 41.04%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDA510 (or 0xDDA510) is known color: Gamboge. HEX triplet: DD, A5 and 10. RGB value is (221,165,16). Sum of RGB (Red+Green+Blue) = 221+165+16=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA510 is #225AEF. Grayscale: #A5A5A5. Windows color (decimal): -2251504 or 1091037. OLE color: 1091037.

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

Color convert

RGB 221 165 16 -
CMYK 0 0.25 0.93 0.13
HSL 43.61º 0.86% 0.46% -
HSV(B) 43.61º 0.93% 0.87% -
XYZ 43.37 42.32 6.37 -
YUV 164.76 44.05 168.12 -
System Red Green Blue C M Y K H S L
Decimal 221 165 16 0 0.25 0.93 0.13 43.61 0.86 0.46
Hex DD A5 10 0 19 5D D 2C 56 2E
Octal 335 245 20 0 31 135 15 54 126 56
Binary 11011101 10100101 10000 0 11001 1011101 1101 101100 1010110 101110

Color Harmonies of #DDA510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA510

Black with #DDA510

Text Example


Text Example

White with #DDA510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA510; }

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

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

background-color css

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

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

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

border-color css

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

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

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