Html Css Color HEX #D5A101 Gamboge

📋 copy color: '#D5A101'

red 213 ◦ green 161 ◦ blue 1

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

Shades of Gamboge #D5A101

Tints of Gamboge #D5A101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 56.8%
G = 42.93%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D5A101 (or 0xD5A101) is known color: Gamboge. HEX triplet: D5, A1 and 01. RGB value is (213,161,1). Sum of RGB (Red+Green+Blue) = 213+161+1=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A101 is #2A5EFE. Grayscale: #9F9F9F. Windows color (decimal): -2776831 or 106965. OLE color: 106965.

HSL color Cylindrical-coordinate representation of color #D5A101: hue angle of 45.28º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5A101 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 161 1 -
CMYK 0 0.24 1.00 0.16
HSL 45.28º 0.99% 0.42% -
HSV(B) 45.28º 1% 0.84% -
XYZ 40.19 39.64 5.56 -
YUV 158.31 39.23 167.01 -
System Red Green Blue C M Y K H S L
Decimal 213 161 1 0 0.24 1.00 0.16 45.28 0.99 0.42
Hex D5 A1 1 0 18 64 10 2D 63 2A
Octal 325 241 1 0 30 144 20 55 143 52
Binary 11010101 10100001 1 0 11000 1100100 10000 101101 1100011 101010

Color Harmonies of #D5A101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A101

Black with #D5A101

Text Example


Text Example

White with #D5A101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A101; }

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

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

background-color css

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

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

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

border-color css

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

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

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