Html Css Color HEX #D9B671 Putty

📋 copy color: '#D9B671'

red 217 ◦ green 182 ◦ blue 113

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

Shades of Putty #D9B671

Tints of Putty #D9B671

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.55%

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

R = 42.38%
G = 35.55%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D9B671 (or 0xD9B671) is known color: Putty. HEX triplet: D9, B6 and 71. RGB value is (217,182,113). Sum of RGB (Red+Green+Blue) = 217+182+113=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B671 is #26498E. Grayscale: #B8B8B8. Windows color (decimal): -2509199 or 7452377. OLE color: 7452377.

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

Color convert

RGB 217 182 113 -
CMYK 0 0.16 0.48 0.15
HSL 39.81º 0.58% 0.65% -
HSV(B) 39.81º 0.48% 0.85% -
XYZ 48.32 49.4 22.61 -
YUV 184.6 87.6 151.11 -
System Red Green Blue C M Y K H S L
Decimal 217 182 113 0 0.16 0.48 0.15 39.81 0.58 0.65
Hex D9 B6 71 0 10 30 F 28 3A 41
Octal 331 266 161 0 20 60 17 50 72 101
Binary 11011001 10110110 1110001 0 10000 110000 1111 101000 111010 1000001

Color Harmonies of #D9B671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B671

Black with #D9B671

Text Example


Text Example

White with #D9B671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B671; }

 p { color: rgb(217,182,113); }

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

background-color css

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

 a { background-color: rgb(217,182,113); }

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

border-color css

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

 span { border-color: rgb(217,182,113); }

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