Html Css Color HEX #D4B376 Putty

📋 copy color: '#D4B376'

red 212 ◦ green 179 ◦ blue 118

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

Shades of Putty #D4B376

Tints of Putty #D4B376

RGB

 RED value IS 212 (83.2% from 255) = 41.65%

 GREEN value IS 179 (70.31% from 255) = 35.17%

 BLUE value IS 118 (46.48% from 255) = 23.18%

R = 41.65%
G = 35.17%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D4B376 (or 0xD4B376) is known color: Putty. HEX triplet: D4, B3 and 76. RGB value is (212,179,118). Sum of RGB (Red+Green+Blue) = 212+179+118=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B376 is #2B4C89. Grayscale: #B6B6B6. Windows color (decimal): -2837642 or 7779284. OLE color: 7779284.

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

Color convert

RGB 212 179 118 -
CMYK 0 0.16 0.44 0.17
HSL 38.94º 0.52% 0.65% -
HSV(B) 38.94º 0.44% 0.83% -
XYZ 46.54 47.55 23.86 -
YUV 181.91 91.93 149.46 -
System Red Green Blue C M Y K H S L
Decimal 212 179 118 0 0.16 0.44 0.17 38.94 0.52 0.65
Hex D4 B3 76 0 10 2C 11 27 34 41
Octal 324 263 166 0 20 54 21 47 64 101
Binary 11010100 10110011 1110110 0 10000 101100 10001 100111 110100 1000001

Color Harmonies of #D4B376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B376

Black with #D4B376

Text Example


Text Example

White with #D4B376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B376; }

 p { color: rgb(212,179,118); }

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

background-color css

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

 a { background-color: rgb(212,179,118); }

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

border-color css

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

 span { border-color: rgb(212,179,118); }

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