Html Css Color HEX #D2B770 Putty

📋 copy color: '#D2B770'

red 210 ◦ green 183 ◦ blue 112

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

Shades of Putty #D2B770

Tints of Putty #D2B770

RGB

 RED value IS 210 (82.42% from 255) = 41.58%

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

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

R = 41.58%
G = 36.24%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2B770 (or 0xD2B770) is known color: Putty. HEX triplet: D2, B7 and 70. RGB value is (210,183,112). Sum of RGB (Red+Green+Blue) = 210+183+112=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B770 is #2D488F. Grayscale: #B7B7B7. Windows color (decimal): -2967696 or 7387090. OLE color: 7387090.

HSL color Cylindrical-coordinate representation of color #D2B770: hue angle of 43.47º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2B770 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 183 112 -
CMYK 0 0.13 0.47 0.18
HSL 43.47º 0.52% 0.63% -
HSV(B) 43.47º 0.47% 0.82% -
XYZ 46.44 48.74 22.29 -
YUV 182.98 87.95 147.27 -
System Red Green Blue C M Y K H S L
Decimal 210 183 112 0 0.13 0.47 0.18 43.47 0.52 0.63
Hex D2 B7 70 0 D 2F 12 2B 34 3F
Octal 322 267 160 0 15 57 22 53 64 77
Binary 11010010 10110111 1110000 0 1101 101111 10010 101011 110100 111111

Color Harmonies of #D2B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B770

Black with #D2B770

Text Example


Text Example

White with #D2B770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B770; }

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

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

background-color css

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

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

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

border-color css

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

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

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