Html Css Color HEX #D1A10D Gamboge

📋 copy color: '#D1A10D'

red 209 ◦ green 161 ◦ blue 13

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

Shades of Gamboge #D1A10D

Tints of Gamboge #D1A10D

RGB

 RED value IS 209 (82.03% from 255) = 54.57%

 GREEN value IS 161 (63.28% from 255) = 42.04%

 BLUE value IS 13 (5.47% from 255) = 3.39%

R = 54.57%
G = 42.04%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1A10D (or 0xD1A10D) is known color: Gamboge. HEX triplet: D1, A1 and 0D. RGB value is (209,161,13). Sum of RGB (Red+Green+Blue) = 209+161+13=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A10D is #2E5EF2. Grayscale: #9F9F9F. Windows color (decimal): -3038963 or 893393. OLE color: 893393.

HSL color Cylindrical-coordinate representation of color #D1A10D: hue angle of 45.31º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1A10D is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 161 13 -
CMYK 0 0.23 0.94 0.18
HSL 45.31º 0.88% 0.44% -
HSV(B) 45.31º 0.94% 0.82% -
XYZ 39.11 39.07 5.86 -
YUV 158.48 45.9 164.03 -
System Red Green Blue C M Y K H S L
Decimal 209 161 13 0 0.23 0.94 0.18 45.31 0.88 0.44
Hex D1 A1 D 0 17 5E 12 2D 58 2C
Octal 321 241 15 0 27 136 22 55 130 54
Binary 11010001 10100001 1101 0 10111 1011110 10010 101101 1011000 101100

Color Harmonies of #D1A10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A10D

Black with #D1A10D

Text Example


Text Example

White with #D1A10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A10D; }

 p { color: rgb(209,161,13); }

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

background-color css

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

 a { background-color: rgb(209,161,13); }

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

border-color css

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

 span { border-color: rgb(209,161,13); }

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