Html Css Color HEX #D4B271 Putty

📋 copy color: '#D4B271'

red 212 ◦ green 178 ◦ blue 113

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

Shades of Putty #D4B271

Tints of Putty #D4B271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.47%

R = 42.15%
G = 35.39%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D4B271 (or 0xD4B271) is known color: Putty. HEX triplet: D4, B2 and 71. RGB value is (212,178,113). Sum of RGB (Red+Green+Blue) = 212+178+113=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B271 is #2B4D8E. Grayscale: #B5B5B5. Windows color (decimal): -2837903 or 7451348. OLE color: 7451348.

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

Color convert

RGB 212 178 113 -
CMYK 0 0.16 0.47 0.17
HSL 39.39º 0.54% 0.64% -
HSV(B) 39.39º 0.47% 0.83% -
XYZ 46.05 47.03 22.27 -
YUV 180.76 89.76 150.29 -
System Red Green Blue C M Y K H S L
Decimal 212 178 113 0 0.16 0.47 0.17 39.39 0.54 0.64
Hex D4 B2 71 0 10 2F 11 27 36 40
Octal 324 262 161 0 20 57 21 47 66 100
Binary 11010100 10110010 1110001 0 10000 101111 10001 100111 110110 1000000

Color Harmonies of #D4B271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B271

Black with #D4B271

Text Example


Text Example

White with #D4B271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B271; }

 p { color: rgb(212,178,113); }

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

background-color css

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

 a { background-color: rgb(212,178,113); }

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

border-color css

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

 span { border-color: rgb(212,178,113); }

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