Html Css Color HEX #D2B072 Putty

📋 copy color: '#D2B072'

red 210 ◦ green 176 ◦ blue 114

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

Shades of Putty #D2B072

Tints of Putty #D2B072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.8%

R = 42%
G = 35.2%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D2B072 (or 0xD2B072) is known color: Putty. HEX triplet: D2, B0 and 72. RGB value is (210,176,114). Sum of RGB (Red+Green+Blue) = 210+176+114=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B072 is #2D4F8D. Grayscale: #B3B3B3. Windows color (decimal): -2969486 or 7516370. OLE color: 7516370.

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

Color convert

RGB 210 176 114 -
CMYK 0 0.16 0.46 0.18
HSL 38.75º 0.52% 0.64% -
HSV(B) 38.75º 0.46% 0.82% -
XYZ 45.14 45.97 22.41 -
YUV 179.1 91.26 150.04 -
System Red Green Blue C M Y K H S L
Decimal 210 176 114 0 0.16 0.46 0.18 38.75 0.52 0.64
Hex D2 B0 72 0 10 2E 12 27 34 40
Octal 322 260 162 0 20 56 22 47 64 100
Binary 11010010 10110000 1110010 0 10000 101110 10010 100111 110100 1000000

Color Harmonies of #D2B072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B072

Black with #D2B072

Text Example


Text Example

White with #D2B072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B072; }

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

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

background-color css

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

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

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

border-color css

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

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

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