Html Css Color HEX #D2B272 Putty

📋 copy color: '#D2B272'

red 210 ◦ green 178 ◦ blue 114

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

Shades of Putty #D2B272

Tints of Putty #D2B272

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.46%

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

R = 41.83%
G = 35.46%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D2B272 (or 0xD2B272) is known color: Putty. HEX triplet: D2, B2 and 72. RGB value is (210,178,114). Sum of RGB (Red+Green+Blue) = 210+178+114=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B272 is #2D4D8D. Grayscale: #B4B4B4. Windows color (decimal): -2968974 or 7516882. OLE color: 7516882.

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

Color convert

RGB 210 178 114 -
CMYK 0 0.15 0.46 0.18
HSL 40º 0.52% 0.64% -
HSV(B) 40º 0.46% 0.82% -
XYZ 45.54 46.76 22.54 -
YUV 180.27 90.6 149.2 -
System Red Green Blue C M Y K H S L
Decimal 210 178 114 0 0.15 0.46 0.18 40 0.52 0.64
Hex D2 B2 72 0 F 2E 12 28 34 40
Octal 322 262 162 0 17 56 22 50 64 100
Binary 11010010 10110010 1110010 0 1111 101110 10010 101000 110100 1000000

Color Harmonies of #D2B272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B272

Black with #D2B272

Text Example


Text Example

White with #D2B272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B272; }

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

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

background-color css

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

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

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

border-color css

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

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

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