Html Css Color HEX #D9B275 Putty

📋 copy color: '#D9B275'

red 217 ◦ green 178 ◦ blue 117

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

Shades of Putty #D9B275

Tints of Putty #D9B275

RGB

 RED value IS 217 (85.16% from 255) = 42.38%

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

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

R = 42.38%
G = 34.77%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D9B275 (or 0xD9B275) is known color: Putty. HEX triplet: D9, B2 and 75. RGB value is (217,178,117). Sum of RGB (Red+Green+Blue) = 217+178+117=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B275 is #264D8A. Grayscale: #B6B6B6. Windows color (decimal): -2510219 or 7713497. OLE color: 7713497.

HSL color Cylindrical-coordinate representation of color #D9B275: hue angle of 36.6º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D9B275 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 178 117 -
CMYK 0 0.18 0.46 0.15
HSL 36.6º 0.57% 0.65% -
HSV(B) 36.6º 0.46% 0.85% -
XYZ 47.75 47.88 23.55 -
YUV 182.71 90.92 152.46 -
System Red Green Blue C M Y K H S L
Decimal 217 178 117 0 0.18 0.46 0.15 36.6 0.57 0.65
Hex D9 B2 75 0 12 2E F 25 39 41
Octal 331 262 165 0 22 56 17 45 71 101
Binary 11011001 10110010 1110101 0 10010 101110 1111 100101 111001 1000001

Color Harmonies of #D9B275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B275

Black with #D9B275

Text Example


Text Example

White with #D9B275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B275; }

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

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

background-color css

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

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

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

border-color css

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

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

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