Html Css Color HEX #D6B76C Putty

📋 copy color: '#D6B76C'

red 214 ◦ green 183 ◦ blue 108

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

Shades of Putty #D6B76C

Tints of Putty #D6B76C

RGB

 RED value IS 214 (83.98% from 255) = 42.38%

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

 BLUE value IS 108 (42.58% from 255) = 21.39%

R = 42.38%
G = 36.24%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6B76C (or 0xD6B76C) is known color: Putty. HEX triplet: D6, B7 and 6C. RGB value is (214,183,108). Sum of RGB (Red+Green+Blue) = 214+183+108=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B76C is #294893. Grayscale: #B8B8B8. Windows color (decimal): -2705556 or 7124950. OLE color: 7124950.

HSL color Cylindrical-coordinate representation of color #D6B76C: hue angle of 42.45º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6B76C is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 183 108 -
CMYK 0 0.14 0.50 0.16
HSL 42.45º 0.56% 0.63% -
HSV(B) 42.45º 0.5% 0.84% -
XYZ 47.37 49.25 21.2 -
YUV 183.72 85.27 149.6 -
System Red Green Blue C M Y K H S L
Decimal 214 183 108 0 0.14 0.50 0.16 42.45 0.56 0.63
Hex D6 B7 6C 0 E 32 10 2A 38 3F
Octal 326 267 154 0 16 62 20 52 70 77
Binary 11010110 10110111 1101100 0 1110 110010 10000 101010 111000 111111

Color Harmonies of #D6B76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B76C

Black with #D6B76C

Text Example


Text Example

White with #D6B76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B76C; }

 p { color: rgb(214,183,108); }

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

background-color css

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

 a { background-color: rgb(214,183,108); }

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

border-color css

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

 span { border-color: rgb(214,183,108); }

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