Html Css Color HEX #D5A105 Gamboge

📋 copy color: '#D5A105'

red 213 ◦ green 161 ◦ blue 5

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

Shades of Gamboge #D5A105

Tints of Gamboge #D5A105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 56.2%
G = 42.48%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D5A105 (or 0xD5A105) is known color: Gamboge. HEX triplet: D5, A1 and 05. RGB value is (213,161,5). Sum of RGB (Red+Green+Blue) = 213+161+5=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A105 is #2A5EFA. Grayscale: #9F9F9F. Windows color (decimal): -2776827 or 369109. OLE color: 369109.

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

Color convert

RGB 213 161 5 -
CMYK 0 0.24 0.98 0.16
HSL 45º 0.95% 0.43% -
HSV(B) 45º 0.98% 0.84% -
XYZ 40.21 39.65 5.68 -
YUV 158.76 41.23 166.68 -
System Red Green Blue C M Y K H S L
Decimal 213 161 5 0 0.24 0.98 0.16 45 0.95 0.43
Hex D5 A1 5 0 18 62 10 2D 5F 2B
Octal 325 241 5 0 30 142 20 55 137 53
Binary 11010101 10100001 101 0 11000 1100010 10000 101101 1011111 101011

Color Harmonies of #D5A105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A105

Black with #D5A105

Text Example


Text Example

White with #D5A105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A105; }

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

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

background-color css

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

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

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

border-color css

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

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

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