Html Css Color HEX #D2B06C Putty

📋 copy color: '#D2B06C'

red 210 ◦ green 176 ◦ blue 108

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

Shades of Putty #D2B06C

Tints of Putty #D2B06C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.63%

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

R = 42.51%
G = 35.63%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2B06C (or 0xD2B06C) is known color: Putty. HEX triplet: D2, B0 and 6C. RGB value is (210,176,108). Sum of RGB (Red+Green+Blue) = 210+176+108=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B06C is #2D4F93. Grayscale: #B2B2B2. Windows color (decimal): -2969492 or 7123154. OLE color: 7123154.

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

Color convert

RGB 210 176 108 -
CMYK 0 0.16 0.49 0.18
HSL 40º 0.53% 0.62% -
HSV(B) 40º 0.49% 0.82% -
XYZ 44.81 45.84 20.67 -
YUV 178.41 88.26 150.53 -
System Red Green Blue C M Y K H S L
Decimal 210 176 108 0 0.16 0.49 0.18 40 0.53 0.62
Hex D2 B0 6C 0 10 31 12 28 35 3E
Octal 322 260 154 0 20 61 22 50 65 76
Binary 11010010 10110000 1101100 0 10000 110001 10010 101000 110101 111110

Color Harmonies of #D2B06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B06C

Black with #D2B06C

Text Example


Text Example

White with #D2B06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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