Html Css Color HEX #DDA710 Gamboge

📋 copy color: '#DDA710'

red 221 ◦ green 167 ◦ blue 16

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

Shades of Gamboge #DDA710

Tints of Gamboge #DDA710

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.34%

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

R = 54.7%
G = 41.34%
B = 3.96%

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

#DDA710 (or 0xDDA710) is known color: Gamboge. HEX triplet: DD, A7 and 10. RGB value is (221,167,16). Sum of RGB (Red+Green+Blue) = 221+167+16=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA710 is #2258EF. Grayscale: #A6A6A6. Windows color (decimal): -2250992 or 1091549. OLE color: 1091549.

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

Color convert

RGB 221 167 16 -
CMYK 0 0.24 0.93 0.13
HSL 44.2º 0.86% 0.46% -
HSV(B) 44.2º 0.93% 0.87% -
XYZ 43.73 43.05 6.49 -
YUV 165.93 43.39 167.28 -
System Red Green Blue C M Y K H S L
Decimal 221 167 16 0 0.24 0.93 0.13 44.2 0.86 0.46
Hex DD A7 10 0 18 5D D 2C 56 2E
Octal 335 247 20 0 30 135 15 54 126 56
Binary 11011101 10100111 10000 0 11000 1011101 1101 101100 1010110 101110

Color Harmonies of #DDA710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA710

Black with #DDA710

Text Example


Text Example

White with #DDA710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA710; }

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

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

background-color css

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

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

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

border-color css

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

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

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