Html Css Color HEX #D5A107 Gamboge

📋 copy color: '#D5A107'

red 213 ◦ green 161 ◦ blue 7

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

Shades of Gamboge #D5A107

Tints of Gamboge #D5A107

RGB

 RED value IS 213 (83.59% from 255) = 55.91%

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

 BLUE value IS 7 (3.13% from 255) = 1.84%

R = 55.91%
G = 42.26%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D5A107 (or 0xD5A107) is known color: Gamboge. HEX triplet: D5, A1 and 07. RGB value is (213,161,7). Sum of RGB (Red+Green+Blue) = 213+161+7=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 7 (3.12% from 255 or 1.84% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A107 is #2A5EF8. Grayscale: #9F9F9F. Windows color (decimal): -2776825 or 500181. OLE color: 500181.

HSL color Cylindrical-coordinate representation of color #D5A107: hue angle of 44.85º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5A107 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 161 7 -
CMYK 0 0.24 0.97 0.16
HSL 44.85º 0.94% 0.43% -
HSV(B) 44.85º 0.97% 0.84% -
XYZ 40.22 39.65 5.73 -
YUV 158.99 42.23 166.52 -
System Red Green Blue C M Y K H S L
Decimal 213 161 7 0 0.24 0.97 0.16 44.85 0.94 0.43
Hex D5 A1 7 0 18 61 10 2D 5E 2B
Octal 325 241 7 0 30 141 20 55 136 53
Binary 11010101 10100001 111 0 11000 1100001 10000 101101 1011110 101011

Color Harmonies of #D5A107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A107

Black with #D5A107

Text Example


Text Example

White with #D5A107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A107; }

 p { color: rgb(213,161,7); }

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

background-color css

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

 a { background-color: rgb(213,161,7); }

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

border-color css

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

 span { border-color: rgb(213,161,7); }

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