Html Css Color HEX #D1BA73 Putty

📋 copy color: '#D1BA73'

red 209 ◦ green 186 ◦ blue 115

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

Shades of Putty #D1BA73

Tints of Putty #D1BA73

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.47%

 BLUE value IS 115 (45.31% from 255) = 22.55%

R = 40.98%
G = 36.47%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D1BA73 (or 0xD1BA73) is known color: Putty. HEX triplet: D1, BA and 73. RGB value is (209,186,115). Sum of RGB (Red+Green+Blue) = 209+186+115=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BA73 is #2E458C. Grayscale: #B9B9B9. Windows color (decimal): -3032461 or 7584465. OLE color: 7584465.

HSL color Cylindrical-coordinate representation of color #D1BA73: hue angle of 45.32º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1BA73 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 186 115 -
CMYK 0 0.11 0.45 0.18
HSL 45.32º 0.51% 0.64% -
HSV(B) 45.32º 0.45% 0.82% -
XYZ 46.95 49.91 23.38 -
YUV 184.78 88.62 145.27 -
System Red Green Blue C M Y K H S L
Decimal 209 186 115 0 0.11 0.45 0.18 45.32 0.51 0.64
Hex D1 BA 73 0 B 2D 12 2D 33 40
Octal 321 272 163 0 13 55 22 55 63 100
Binary 11010001 10111010 1110011 0 1011 101101 10010 101101 110011 1000000

Color Harmonies of #D1BA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA73

Black with #D1BA73

Text Example


Text Example

White with #D1BA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA73; }

 p { color: rgb(209,186,115); }

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

background-color css

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

 a { background-color: rgb(209,186,115); }

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

border-color css

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

 span { border-color: rgb(209,186,115); }

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