Html Css Color HEX #D6B672 Putty

📋 copy color: '#D6B672'

red 214 ◦ green 182 ◦ blue 114

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

Shades of Putty #D6B672

Tints of Putty #D6B672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.35%

R = 41.96%
G = 35.69%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6B672 (or 0xD6B672) is known color: Putty. HEX triplet: D6, B6 and 72. RGB value is (214,182,114). Sum of RGB (Red+Green+Blue) = 214+182+114=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B672 is #29498D. Grayscale: #B8B8B8. Windows color (decimal): -2705806 or 7517910. OLE color: 7517910.

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

Color convert

RGB 214 182 114 -
CMYK 0 0.15 0.47 0.16
HSL 40.8º 0.55% 0.64% -
HSV(B) 40.8º 0.47% 0.84% -
XYZ 47.5 48.97 22.87 -
YUV 183.82 88.6 149.53 -
System Red Green Blue C M Y K H S L
Decimal 214 182 114 0 0.15 0.47 0.16 40.8 0.55 0.64
Hex D6 B6 72 0 F 2F 10 29 37 40
Octal 326 266 162 0 17 57 20 51 67 100
Binary 11010110 10110110 1110010 0 1111 101111 10000 101001 110111 1000000

Color Harmonies of #D6B672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B672

Black with #D6B672

Text Example


Text Example

White with #D6B672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B672; }

 p { color: rgb(214,182,114); }

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

background-color css

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

 a { background-color: rgb(214,182,114); }

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

border-color css

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

 span { border-color: rgb(214,182,114); }

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