Html Css Color HEX #D2B075 Putty

📋 copy color: '#D2B075'

red 210 ◦ green 176 ◦ blue 117

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

Shades of Putty #D2B075

Tints of Putty #D2B075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.26%

R = 41.75%
G = 34.99%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D2B075 (or 0xD2B075) is known color: Putty. HEX triplet: D2, B0 and 75. RGB value is (210,176,117). Sum of RGB (Red+Green+Blue) = 210+176+117=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B075 is #2D4F8A. Grayscale: #B3B3B3. Windows color (decimal): -2969483 or 7712978. OLE color: 7712978.

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

Color convert

RGB 210 176 117 -
CMYK 0 0.16 0.44 0.18
HSL 38.06º 0.51% 0.64% -
HSV(B) 38.06º 0.44% 0.82% -
XYZ 45.31 46.04 23.33 -
YUV 179.44 92.76 149.8 -
System Red Green Blue C M Y K H S L
Decimal 210 176 117 0 0.16 0.44 0.18 38.06 0.51 0.64
Hex D2 B0 75 0 10 2C 12 26 33 40
Octal 322 260 165 0 20 54 22 46 63 100
Binary 11010010 10110000 1110101 0 10000 101100 10010 100110 110011 1000000

Color Harmonies of #D2B075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B075

Black with #D2B075

Text Example


Text Example

White with #D2B075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B075; }

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

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

background-color css

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

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

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

border-color css

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

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

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