Html Css Color HEX #D4B775 Putty

📋 copy color: '#D4B775'

red 212 ◦ green 183 ◦ blue 117

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

Shades of Putty #D4B775

Tints of Putty #D4B775

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.74%

 BLUE value IS 117 (46.09% from 255) = 22.85%

R = 41.41%
G = 35.74%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D4B775 (or 0xD4B775) is known color: Putty. HEX triplet: D4, B7 and 75. RGB value is (212,183,117). Sum of RGB (Red+Green+Blue) = 212+183+117=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B775 is #2B488A. Grayscale: #B8B8B8. Windows color (decimal): -2836619 or 7714772. OLE color: 7714772.

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

Color convert

RGB 212 183 117 -
CMYK 0 0.14 0.45 0.17
HSL 41.68º 0.52% 0.65% -
HSV(B) 41.68º 0.45% 0.83% -
XYZ 47.3 49.15 23.82 -
YUV 184.15 90.11 147.87 -
System Red Green Blue C M Y K H S L
Decimal 212 183 117 0 0.14 0.45 0.17 41.68 0.52 0.65
Hex D4 B7 75 0 E 2D 11 2A 34 41
Octal 324 267 165 0 16 55 21 52 64 101
Binary 11010100 10110111 1110101 0 1110 101101 10001 101010 110100 1000001

Color Harmonies of #D4B775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B775

Black with #D4B775

Text Example


Text Example

White with #D4B775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B775; }

 p { color: rgb(212,183,117); }

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

background-color css

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

 a { background-color: rgb(212,183,117); }

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

border-color css

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

 span { border-color: rgb(212,183,117); }

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