Html Css Color HEX #D5B870 Putty

📋 copy color: '#D5B870'

red 213 ◦ green 184 ◦ blue 112

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

Shades of Putty #D5B870

Tints of Putty #D5B870

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.15%

 BLUE value IS 112 (44.14% from 255) = 22%

R = 41.85%
G = 36.15%
B = 22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D5B870 (or 0xD5B870) is known color: Putty. HEX triplet: D5, B8 and 70. RGB value is (213,184,112). Sum of RGB (Red+Green+Blue) = 213+184+112=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B870 is #2A478F. Grayscale: #B8B8B8. Windows color (decimal): -2770832 or 7387349. OLE color: 7387349.

HSL color Cylindrical-coordinate representation of color #D5B870: hue angle of 42.77º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5B870 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 184 112 -
CMYK 0 0.14 0.47 0.16
HSL 42.77º 0.55% 0.64% -
HSV(B) 42.77º 0.47% 0.84% -
XYZ 47.51 49.6 22.4 -
YUV 184.46 87.11 148.35 -
System Red Green Blue C M Y K H S L
Decimal 213 184 112 0 0.14 0.47 0.16 42.77 0.55 0.64
Hex D5 B8 70 0 E 2F 10 2B 37 40
Octal 325 270 160 0 16 57 20 53 67 100
Binary 11010101 10111000 1110000 0 1110 101111 10000 101011 110111 1000000

Color Harmonies of #D5B870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B870

Black with #D5B870

Text Example


Text Example

White with #D5B870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B870; }

 p { color: rgb(213,184,112); }

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

background-color css

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

 a { background-color: rgb(213,184,112); }

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

border-color css

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

 span { border-color: rgb(213,184,112); }

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