Html Css Color HEX #D6B272 Putty

📋 copy color: '#D6B272'

red 214 ◦ green 178 ◦ blue 114

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

Shades of Putty #D6B272

Tints of Putty #D6B272

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.18%

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

R = 42.29%
G = 35.18%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6B272 (or 0xD6B272) is known color: Putty. HEX triplet: D6, B2 and 72. RGB value is (214,178,114). Sum of RGB (Red+Green+Blue) = 214+178+114=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B272 is #294D8D. Grayscale: #B5B5B5. Windows color (decimal): -2706830 or 7516886. OLE color: 7516886.

HSL color Cylindrical-coordinate representation of color #D6B272: hue angle of 38.4º 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 #D6B272 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 178 114 -
CMYK 0 0.17 0.47 0.16
HSL 38.4º 0.55% 0.64% -
HSV(B) 38.4º 0.47% 0.84% -
XYZ 46.69 47.35 22.6 -
YUV 181.47 89.93 151.2 -
System Red Green Blue C M Y K H S L
Decimal 214 178 114 0 0.17 0.47 0.16 38.4 0.55 0.64
Hex D6 B2 72 0 11 2F 10 26 37 40
Octal 326 262 162 0 21 57 20 46 67 100
Binary 11010110 10110010 1110010 0 10001 101111 10000 100110 110111 1000000

Color Harmonies of #D6B272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B272

Black with #D6B272

Text Example


Text Example

White with #D6B272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B272; }

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

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

background-color css

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

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

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

border-color css

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

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

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