Html Css Color HEX #D2B46C Putty

📋 copy color: '#D2B46C'

red 210 ◦ green 180 ◦ blue 108

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

Shades of Putty #D2B46C

Tints of Putty #D2B46C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.69%

R = 42.17%
G = 36.14%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2B46C (or 0xD2B46C) is known color: Putty. HEX triplet: D2, B4 and 6C. RGB value is (210,180,108). Sum of RGB (Red+Green+Blue) = 210+180+108=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B46C is #2D4B93. Grayscale: #B5B5B5. Windows color (decimal): -2968468 or 7124178. OLE color: 7124178.

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

Color convert

RGB 210 180 108 -
CMYK 0 0.14 0.49 0.18
HSL 42.35º 0.53% 0.62% -
HSV(B) 42.35º 0.49% 0.82% -
XYZ 45.61 47.43 20.94 -
YUV 180.76 86.94 148.85 -
System Red Green Blue C M Y K H S L
Decimal 210 180 108 0 0.14 0.49 0.18 42.35 0.53 0.62
Hex D2 B4 6C 0 E 31 12 2A 35 3E
Octal 322 264 154 0 16 61 22 52 65 76
Binary 11010010 10110100 1101100 0 1110 110001 10010 101010 110101 111110

Color Harmonies of #D2B46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B46C

Black with #D2B46C

Text Example


Text Example

White with #D2B46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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