Html Css Color HEX #D6B874 Putty

📋 copy color: '#D6B874'

red 214 ◦ green 184 ◦ blue 116

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

Shades of Putty #D6B874

Tints of Putty #D6B874

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.8%

 BLUE value IS 116 (45.7% from 255) = 22.57%

R = 41.63%
G = 35.8%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D6B874 (or 0xD6B874) is known color: Putty. HEX triplet: D6, B8 and 74. RGB value is (214,184,116). Sum of RGB (Red+Green+Blue) = 214+184+116=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B874 is #29478B. Grayscale: #B9B9B9. Windows color (decimal): -2705292 or 7649494. OLE color: 7649494.

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

Color convert

RGB 214 184 116 -
CMYK 0 0.14 0.46 0.16
HSL 41.63º 0.54% 0.65% -
HSV(B) 41.63º 0.46% 0.84% -
XYZ 48.02 49.84 23.61 -
YUV 185.22 88.94 148.53 -
System Red Green Blue C M Y K H S L
Decimal 214 184 116 0 0.14 0.46 0.16 41.63 0.54 0.65
Hex D6 B8 74 0 E 2E 10 2A 36 41
Octal 326 270 164 0 16 56 20 52 66 101
Binary 11010110 10111000 1110100 0 1110 101110 10000 101010 110110 1000001

Color Harmonies of #D6B874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B874

Black with #D6B874

Text Example


Text Example

White with #D6B874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B874; }

 p { color: rgb(214,184,116); }

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

background-color css

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

 a { background-color: rgb(214,184,116); }

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

border-color css

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

 span { border-color: rgb(214,184,116); }

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