Html Css Color HEX #D8A76B Putty

📋 copy color: '#D8A76B'

red 216 ◦ green 167 ◦ blue 107

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

Shades of Putty #D8A76B

Tints of Putty #D8A76B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.08%

 BLUE value IS 107 (42.19% from 255) = 21.84%

R = 44.08%
G = 34.08%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8A76B (or 0xD8A76B) is known color: Putty. HEX triplet: D8, A7 and 6B. RGB value is (216,167,107). Sum of RGB (Red+Green+Blue) = 216+167+107=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A76B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A76B is #275894. Grayscale: #AFAFAF. Windows color (decimal): -2578581 or 7055320. OLE color: 7055320.

HSL color Cylindrical-coordinate representation of color #D8A76B: hue angle of 33.03º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8A76B is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 167 107 -
CMYK 0 0.23 0.50 0.15
HSL 33.03º 0.58% 0.63% -
HSV(B) 33.03º 0.5% 0.85% -
XYZ 44.79 43.3 19.91 -
YUV 174.81 89.73 157.38 -
System Red Green Blue C M Y K H S L
Decimal 216 167 107 0 0.23 0.50 0.15 33.03 0.58 0.63
Hex D8 A7 6B 0 17 32 F 21 3A 3F
Octal 330 247 153 0 27 62 17 41 72 77
Binary 11011000 10100111 1101011 0 10111 110010 1111 100001 111010 111111

Color Harmonies of #D8A76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A76B

Black with #D8A76B

Text Example


Text Example

White with #D8A76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A76B; }

 p { color: rgb(216,167,107); }

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

background-color css

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

 a { background-color: rgb(216,167,107); }

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

border-color css

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

 span { border-color: rgb(216,167,107); }

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