Html Css Color HEX #D2B379 Putty

📋 copy color: '#D2B379'

red 210 ◦ green 179 ◦ blue 121

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

Shades of Putty #D2B379

Tints of Putty #D2B379

RGB

 RED value IS 210 (82.42% from 255) = 41.18%

 GREEN value IS 179 (70.31% from 255) = 35.1%

 BLUE value IS 121 (47.66% from 255) = 23.73%

R = 41.18%
G = 35.1%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2B379 (or 0xD2B379) is known color: Putty. HEX triplet: D2, B3 and 79. RGB value is (210,179,121). Sum of RGB (Red+Green+Blue) = 210+179+121=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B379 is #2D4C86. Grayscale: #B5B5B5. Windows color (decimal): -2968711 or 7975890. OLE color: 7975890.

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

Color convert

RGB 210 179 121 -
CMYK 0 0.15 0.42 0.18
HSL 39.1º 0.5% 0.65% -
HSV(B) 39.1º 0.42% 0.82% -
XYZ 46.15 47.32 24.79 -
YUV 181.66 93.77 148.22 -
System Red Green Blue C M Y K H S L
Decimal 210 179 121 0 0.15 0.42 0.18 39.1 0.5 0.65
Hex D2 B3 79 0 F 2A 12 27 32 41
Octal 322 263 171 0 17 52 22 47 62 101
Binary 11010010 10110011 1111001 0 1111 101010 10010 100111 110010 1000001

Color Harmonies of #D2B379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B379

Black with #D2B379

Text Example


Text Example

White with #D2B379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B379; }

 p { color: rgb(210,179,121); }

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

background-color css

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

 a { background-color: rgb(210,179,121); }

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

border-color css

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

 span { border-color: rgb(210,179,121); }

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