Html Css Color HEX #D2B279 Putty

📋 copy color: '#D2B279'

red 210 ◦ green 178 ◦ blue 121

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

Shades of Putty #D2B279

Tints of Putty #D2B279

RGB

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

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

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

R = 41.26%
G = 34.97%
B = 23.77%

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

#D2B279 (or 0xD2B279) is known color: Putty. HEX triplet: D2, B2 and 79. RGB value is (210,178,121). Sum of RGB (Red+Green+Blue) = 210+178+121=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B279 is #2D4D86. Grayscale: #B5B5B5. Windows color (decimal): -2968967 or 7975634. OLE color: 7975634.

HSL color Cylindrical-coordinate representation of color #D2B279: hue angle of 38.43º 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 #D2B279 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 178 121 -
CMYK 0 0.15 0.42 0.18
HSL 38.43º 0.5% 0.65% -
HSV(B) 38.43º 0.42% 0.82% -
XYZ 45.95 46.92 24.72 -
YUV 181.07 94.1 148.63 -
System Red Green Blue C M Y K H S L
Decimal 210 178 121 0 0.15 0.42 0.18 38.43 0.5 0.65
Hex D2 B2 79 0 F 2A 12 26 32 41
Octal 322 262 171 0 17 52 22 46 62 101
Binary 11010010 10110010 1111001 0 1111 101010 10010 100110 110010 1000001

Color Harmonies of #D2B279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B279

Black with #D2B279

Text Example


Text Example

White with #D2B279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B279; }

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

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

background-color css

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

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

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

border-color css

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

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

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