Html Css Color HEX #D1A00F Gamboge

📋 copy color: '#D1A00F'

red 209 ◦ green 160 ◦ blue 15

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

Shades of Gamboge #D1A00F

Tints of Gamboge #D1A00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.91%

R = 54.43%
G = 41.67%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1A00F (or 0xD1A00F) is known color: Gamboge. HEX triplet: D1, A0 and 0F. RGB value is (209,160,15). Sum of RGB (Red+Green+Blue) = 209+160+15=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A00F is #2E5FF0. Grayscale: #9E9E9E. Windows color (decimal): -3039217 or 1024209. OLE color: 1024209.

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

Color convert

RGB 209 160 15 -
CMYK 0 0.23 0.93 0.18
HSL 44.85º 0.87% 0.44% -
HSV(B) 44.85º 0.93% 0.82% -
XYZ 38.95 38.73 5.87 -
YUV 158.12 47.23 164.29 -
System Red Green Blue C M Y K H S L
Decimal 209 160 15 0 0.23 0.93 0.18 44.85 0.87 0.44
Hex D1 A0 F 0 17 5D 12 2D 57 2C
Octal 321 240 17 0 27 135 22 55 127 54
Binary 11010001 10100000 1111 0 10111 1011101 10010 101101 1010111 101100

Color Harmonies of #D1A00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A00F

Black with #D1A00F

Text Example


Text Example

White with #D1A00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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