Html Css Color HEX #D2B47B Putty

📋 copy color: '#D2B47B'

red 210 ◦ green 180 ◦ blue 123

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

Shades of Putty #D2B47B

Tints of Putty #D2B47B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.09%

 BLUE value IS 123 (48.44% from 255) = 23.98%

R = 40.94%
G = 35.09%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2B47B (or 0xD2B47B) is known color: Putty. HEX triplet: D2, B4 and 7B. RGB value is (210,180,123). Sum of RGB (Red+Green+Blue) = 210+180+123=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B47B is #2D4B84. Grayscale: #B6B6B6. Windows color (decimal): -2968453 or 8107218. OLE color: 8107218.

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

Color convert

RGB 210 180 123 -
CMYK 0 0.14 0.41 0.18
HSL 39.31º 0.49% 0.65% -
HSV(B) 39.31º 0.41% 0.82% -
XYZ 46.47 47.77 25.51 -
YUV 182.47 94.44 147.63 -
System Red Green Blue C M Y K H S L
Decimal 210 180 123 0 0.14 0.41 0.18 39.31 0.49 0.65
Hex D2 B4 7B 0 E 29 12 27 31 41
Octal 322 264 173 0 16 51 22 47 61 101
Binary 11010010 10110100 1111011 0 1110 101001 10010 100111 110001 1000001

Color Harmonies of #D2B47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B47B

Black with #D2B47B

Text Example


Text Example

White with #D2B47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B47B; }

 p { color: rgb(210,180,123); }

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

background-color css

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

 a { background-color: rgb(210,180,123); }

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

border-color css

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

 span { border-color: rgb(210,180,123); }

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