Html Css Color HEX #D2B178 Putty

📋 copy color: '#D2B178'

red 210 ◦ green 177 ◦ blue 120

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

Shades of Putty #D2B178

Tints of Putty #D2B178

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.91%

 BLUE value IS 120 (47.27% from 255) = 23.67%

R = 41.42%
G = 34.91%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D2B178 (or 0xD2B178) is known color: Putty. HEX triplet: D2, B1 and 78. RGB value is (210,177,120). Sum of RGB (Red+Green+Blue) = 210+177+120=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B178 is #2D4E87. Grayscale: #B4B4B4. Windows color (decimal): -2969224 or 7909842. OLE color: 7909842.

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

Color convert

RGB 210 177 120 -
CMYK 0 0.16 0.43 0.18
HSL 38º 0.5% 0.65% -
HSV(B) 38º 0.43% 0.82% -
XYZ 45.69 46.5 24.34 -
YUV 180.37 93.93 149.13 -
System Red Green Blue C M Y K H S L
Decimal 210 177 120 0 0.16 0.43 0.18 38 0.5 0.65
Hex D2 B1 78 0 10 2B 12 26 32 41
Octal 322 261 170 0 20 53 22 46 62 101
Binary 11010010 10110001 1111000 0 10000 101011 10010 100110 110010 1000001

Color Harmonies of #D2B178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B178

Black with #D2B178

Text Example


Text Example

White with #D2B178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B178; }

 p { color: rgb(210,177,120); }

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

background-color css

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

 a { background-color: rgb(210,177,120); }

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

border-color css

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

 span { border-color: rgb(210,177,120); }

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