Html Css Color HEX #D5B770 Putty

📋 copy color: '#D5B770'

red 213 ◦ green 183 ◦ blue 112

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

Shades of Putty #D5B770

Tints of Putty #D5B770

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.02%

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

R = 41.93%
G = 36.02%
B = 22.05%

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

#D5B770 (or 0xD5B770) is known color: Putty. HEX triplet: D5, B7 and 70. RGB value is (213,183,112). Sum of RGB (Red+Green+Blue) = 213+183+112=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B770 is #2A488F. Grayscale: #B8B8B8. Windows color (decimal): -2771088 or 7387093. OLE color: 7387093.

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

Color convert

RGB 213 183 112 -
CMYK 0 0.14 0.47 0.16
HSL 42.18º 0.55% 0.64% -
HSV(B) 42.18º 0.47% 0.84% -
XYZ 47.3 49.18 22.33 -
YUV 183.88 87.44 148.77 -
System Red Green Blue C M Y K H S L
Decimal 213 183 112 0 0.14 0.47 0.16 42.18 0.55 0.64
Hex D5 B7 70 0 E 2F 10 2A 37 40
Octal 325 267 160 0 16 57 20 52 67 100
Binary 11010101 10110111 1110000 0 1110 101111 10000 101010 110111 1000000

Color Harmonies of #D5B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B770

Black with #D5B770

Text Example


Text Example

White with #D5B770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B770; }

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

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

background-color css

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

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

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

border-color css

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

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

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