Html Css Color HEX #D2B36C Putty

📋 copy color: '#D2B36C'

red 210 ◦ green 179 ◦ blue 108

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

Shades of Putty #D2B36C

Tints of Putty #D2B36C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.02%

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

R = 42.25%
G = 36.02%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2B36C (or 0xD2B36C) is known color: Putty. HEX triplet: D2, B3 and 6C. RGB value is (210,179,108). Sum of RGB (Red+Green+Blue) = 210+179+108=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B36C is #2D4C93. Grayscale: #B4B4B4. Windows color (decimal): -2968724 or 7123922. OLE color: 7123922.

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

Color convert

RGB 210 179 108 -
CMYK 0 0.15 0.49 0.18
HSL 41.76º 0.53% 0.62% -
HSV(B) 41.76º 0.49% 0.82% -
XYZ 45.41 47.02 20.87 -
YUV 180.18 87.27 149.27 -
System Red Green Blue C M Y K H S L
Decimal 210 179 108 0 0.15 0.49 0.18 41.76 0.53 0.62
Hex D2 B3 6C 0 F 31 12 2A 35 3E
Octal 322 263 154 0 17 61 22 52 65 76
Binary 11010010 10110011 1101100 0 1111 110001 10010 101010 110101 111110

Color Harmonies of #D2B36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B36C

Black with #D2B36C

Text Example


Text Example

White with #D2B36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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