Html Css Color HEX #D2B46E Putty

📋 copy color: '#D2B46E'

red 210 ◦ green 180 ◦ blue 110

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

Shades of Putty #D2B46E

Tints of Putty #D2B46E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22%

R = 42%
G = 36%
B = 22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2B46E (or 0xD2B46E) is known color: Putty. HEX triplet: D2, B4 and 6E. RGB value is (210,180,110). Sum of RGB (Red+Green+Blue) = 210+180+110=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B46E is #2D4B91. Grayscale: #B5B5B5. Windows color (decimal): -2968466 or 7255250. OLE color: 7255250.

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

Color convert

RGB 210 180 110 -
CMYK 0 0.14 0.48 0.18
HSL 42º 0.53% 0.63% -
HSV(B) 42º 0.48% 0.82% -
XYZ 45.71 47.47 21.51 -
YUV 180.99 87.94 148.69 -
System Red Green Blue C M Y K H S L
Decimal 210 180 110 0 0.14 0.48 0.18 42 0.53 0.63
Hex D2 B4 6E 0 E 30 12 2A 35 3F
Octal 322 264 156 0 16 60 22 52 65 77
Binary 11010010 10110100 1101110 0 1110 110000 10010 101010 110101 111111

Color Harmonies of #D2B46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B46E

Black with #D2B46E

Text Example


Text Example

White with #D2B46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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