Html Css Color HEX #D6B278 Putty

📋 copy color: '#D6B278'

red 214 ◦ green 178 ◦ blue 120

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

Shades of Putty #D6B278

Tints of Putty #D6B278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.44%

R = 41.8%
G = 34.77%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D6B278 (or 0xD6B278) is known color: Putty. HEX triplet: D6, B2 and 78. RGB value is (214,178,120). Sum of RGB (Red+Green+Blue) = 214+178+120=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B278 is #294D87. Grayscale: #B6B6B6. Windows color (decimal): -2706824 or 7910102. OLE color: 7910102.

HSL color Cylindrical-coordinate representation of color #D6B278: hue angle of 37.02º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6B278 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 178 120 -
CMYK 0 0.17 0.44 0.16
HSL 37.02º 0.53% 0.65% -
HSV(B) 37.02º 0.44% 0.84% -
XYZ 47.04 47.49 24.46 -
YUV 182.15 92.93 150.72 -
System Red Green Blue C M Y K H S L
Decimal 214 178 120 0 0.17 0.44 0.16 37.02 0.53 0.65
Hex D6 B2 78 0 11 2C 10 25 35 41
Octal 326 262 170 0 21 54 20 45 65 101
Binary 11010110 10110010 1111000 0 10001 101100 10000 100101 110101 1000001

Color Harmonies of #D6B278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B278

Black with #D6B278

Text Example


Text Example

White with #D6B278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B278; }

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

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

background-color css

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

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

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

border-color css

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

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

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