Html Css Color HEX #D4B275 Putty

📋 copy color: '#D4B275'

red 212 ◦ green 178 ◦ blue 117

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

Shades of Putty #D4B275

Tints of Putty #D4B275

RGB

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

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

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

R = 41.81%
G = 35.11%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D4B275 (or 0xD4B275) is known color: Putty. HEX triplet: D4, B2 and 75. RGB value is (212,178,117). Sum of RGB (Red+Green+Blue) = 212+178+117=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B275 is #2B4D8A. Grayscale: #B5B5B5. Windows color (decimal): -2837899 or 7713492. OLE color: 7713492.

HSL color Cylindrical-coordinate representation of color #D4B275: hue angle of 38.53º 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 #D4B275 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 178 117 -
CMYK 0 0.16 0.45 0.17
HSL 38.53º 0.52% 0.65% -
HSV(B) 38.53º 0.45% 0.83% -
XYZ 46.28 47.12 23.49 -
YUV 181.21 91.76 149.96 -
System Red Green Blue C M Y K H S L
Decimal 212 178 117 0 0.16 0.45 0.17 38.53 0.52 0.65
Hex D4 B2 75 0 10 2D 11 27 34 41
Octal 324 262 165 0 20 55 21 47 64 101
Binary 11010100 10110010 1110101 0 10000 101101 10001 100111 110100 1000001

Color Harmonies of #D4B275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B275

Black with #D4B275

Text Example


Text Example

White with #D4B275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B275; }

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

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

background-color css

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

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

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

border-color css

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

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

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