Html Css Color HEX #D1A00A Gamboge

📋 copy color: '#D1A00A'

red 209 ◦ green 160 ◦ blue 10

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

Shades of Gamboge #D1A00A

Tints of Gamboge #D1A00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.64%

R = 55.15%
G = 42.22%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D1A00A (or 0xD1A00A) is known color: Gamboge. HEX triplet: D1, A0 and 0A. RGB value is (209,160,10). Sum of RGB (Red+Green+Blue) = 209+160+10=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A00A is #2E5FF5. Grayscale: #9E9E9E. Windows color (decimal): -3039222 or 696529. OLE color: 696529.

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

Color convert

RGB 209 160 10 -
CMYK 0 0.23 0.95 0.18
HSL 45.23º 0.91% 0.43% -
HSV(B) 45.23º 0.95% 0.82% -
XYZ 38.92 38.72 5.71 -
YUV 157.55 44.73 164.7 -
System Red Green Blue C M Y K H S L
Decimal 209 160 10 0 0.23 0.95 0.18 45.23 0.91 0.43
Hex D1 A0 A 0 17 5F 12 2D 5B 2B
Octal 321 240 12 0 27 137 22 55 133 53
Binary 11010001 10100000 1010 0 10111 1011111 10010 101101 1011011 101011

Color Harmonies of #D1A00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A00A

Black with #D1A00A

Text Example


Text Example

White with #D1A00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A00A; }

 p { color: rgb(209,160,10); }

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

background-color css

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

 a { background-color: rgb(209,160,10); }

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

border-color css

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

 span { border-color: rgb(209,160,10); }

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