Html Css Color HEX #D5A901 Gamboge

📋 copy color: '#D5A901'

red 213 ◦ green 169 ◦ blue 1

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

Shades of Gamboge #D5A901

Tints of Gamboge #D5A901

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.13%

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

R = 55.61%
G = 44.13%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D5A901 (or 0xD5A901) is known color: Gamboge. HEX triplet: D5, A9 and 01. RGB value is (213,169,1). Sum of RGB (Red+Green+Blue) = 213+169+1=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A901 is #2A56FE. Grayscale: #A3A3A3. Windows color (decimal): -2774783 or 109013. OLE color: 109013.

HSL color Cylindrical-coordinate representation of color #D5A901: hue angle of 47.55º 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 #D5A901 is Cyan = 0, Magento = 0.21, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 169 1 -
CMYK 0 0.21 1.00 0.16
HSL 47.55º 0.99% 0.42% -
HSV(B) 47.55º 1% 0.84% -
XYZ 41.63 42.52 6.04 -
YUV 163 36.58 163.66 -
System Red Green Blue C M Y K H S L
Decimal 213 169 1 0 0.21 1.00 0.16 47.55 0.99 0.42
Hex D5 A9 1 0 15 64 10 30 63 2A
Octal 325 251 1 0 25 144 20 60 143 52
Binary 11010101 10101001 1 0 10101 1100100 10000 110000 1100011 101010

Color Harmonies of #D5A901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A901

Black with #D5A901

Text Example


Text Example

White with #D5A901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A901; }

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

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

background-color css

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

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

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

border-color css

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

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

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