Html Css Color HEX #D2BA76 Putty

📋 copy color: '#D2BA76'

red 210 ◦ green 186 ◦ blue 118

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

Shades of Putty #D2BA76

Tints of Putty #D2BA76

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.19%

 BLUE value IS 118 (46.48% from 255) = 22.96%

R = 40.86%
G = 36.19%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D2BA76 (or 0xD2BA76) is known color: Putty. HEX triplet: D2, BA and 76. RGB value is (210,186,118). Sum of RGB (Red+Green+Blue) = 210+186+118=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BA76 is #2D4589. Grayscale: #B9B9B9. Windows color (decimal): -2966922 or 7781074. OLE color: 7781074.

HSL color Cylindrical-coordinate representation of color #D2BA76: hue angle of 44.35º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2BA76 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 186 118 -
CMYK 0 0.11 0.44 0.18
HSL 44.35º 0.51% 0.64% -
HSV(B) 44.35º 0.44% 0.82% -
XYZ 47.41 50.13 24.32 -
YUV 185.42 89.95 145.53 -
System Red Green Blue C M Y K H S L
Decimal 210 186 118 0 0.11 0.44 0.18 44.35 0.51 0.64
Hex D2 BA 76 0 B 2C 12 2C 33 40
Octal 322 272 166 0 13 54 22 54 63 100
Binary 11010010 10111010 1110110 0 1011 101100 10010 101100 110011 1000000

Color Harmonies of #D2BA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BA76

Black with #D2BA76

Text Example


Text Example

White with #D2BA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BA76; }

 p { color: rgb(210,186,118); }

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

background-color css

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

 a { background-color: rgb(210,186,118); }

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

border-color css

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

 span { border-color: rgb(210,186,118); }

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