Html Css Color HEX #D8B673 Putty

📋 copy color: '#D8B673'

red 216 ◦ green 182 ◦ blue 115

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

Shades of Putty #D8B673

Tints of Putty #D8B673

RGB

 RED value IS 216 (84.77% from 255) = 42.11%

 GREEN value IS 182 (71.48% from 255) = 35.48%

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

R = 42.11%
G = 35.48%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D8B673 (or 0xD8B673) is known color: Putty. HEX triplet: D8, B6 and 73. RGB value is (216,182,115). Sum of RGB (Red+Green+Blue) = 216+182+115=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B673 is #27498C. Grayscale: #B8B8B8. Windows color (decimal): -2574733 or 7583448. OLE color: 7583448.

HSL color Cylindrical-coordinate representation of color #D8B673: hue angle of 39.8º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8B673 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 182 115 -
CMYK 0 0.16 0.47 0.15
HSL 39.8º 0.56% 0.65% -
HSV(B) 39.8º 0.47% 0.85% -
XYZ 48.14 49.29 23.2 -
YUV 184.53 88.76 150.45 -
System Red Green Blue C M Y K H S L
Decimal 216 182 115 0 0.16 0.47 0.15 39.8 0.56 0.65
Hex D8 B6 73 0 10 2F F 28 38 41
Octal 330 266 163 0 20 57 17 50 70 101
Binary 11011000 10110110 1110011 0 10000 101111 1111 101000 111000 1000001

Color Harmonies of #D8B673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B673

Black with #D8B673

Text Example


Text Example

White with #D8B673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B673; }

 p { color: rgb(216,182,115); }

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

background-color css

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

 a { background-color: rgb(216,182,115); }

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

border-color css

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

 span { border-color: rgb(216,182,115); }

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