Html Css Color HEX #D7B370 Putty

📋 copy color: '#D7B370'

red 215 ◦ green 179 ◦ blue 112

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

Shades of Putty #D7B370

Tints of Putty #D7B370

RGB

 RED value IS 215 (84.38% from 255) = 42.49%

 GREEN value IS 179 (70.31% from 255) = 35.38%

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

R = 42.49%
G = 35.38%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7B370 (or 0xD7B370) is known color: Putty. HEX triplet: D7, B3 and 70. RGB value is (215,179,112). Sum of RGB (Red+Green+Blue) = 215+179+112=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B370 is #284C8F. Grayscale: #B6B6B6. Windows color (decimal): -2641040 or 7386071. OLE color: 7386071.

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

Color convert

RGB 215 179 112 -
CMYK 0 0.17 0.48 0.16
HSL 39.03º 0.56% 0.64% -
HSV(B) 39.03º 0.48% 0.84% -
XYZ 47.07 47.86 22.09 -
YUV 182.13 88.43 151.45 -
System Red Green Blue C M Y K H S L
Decimal 215 179 112 0 0.17 0.48 0.16 39.03 0.56 0.64
Hex D7 B3 70 0 11 30 10 27 38 40
Octal 327 263 160 0 21 60 20 47 70 100
Binary 11010111 10110011 1110000 0 10001 110000 10000 100111 111000 1000000

Color Harmonies of #D7B370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B370

Black with #D7B370

Text Example


Text Example

White with #D7B370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B370; }

 p { color: rgb(215,179,112); }

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

background-color css

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

 a { background-color: rgb(215,179,112); }

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

border-color css

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

 span { border-color: rgb(215,179,112); }

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