Html Css Color HEX #D2B277 Putty

📋 copy color: '#D2B277'

red 210 ◦ green 178 ◦ blue 119

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

Shades of Putty #D2B277

Tints of Putty #D2B277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.47%

R = 41.42%
G = 35.11%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D2B277 (or 0xD2B277) is known color: Putty. HEX triplet: D2, B2 and 77. RGB value is (210,178,119). Sum of RGB (Red+Green+Blue) = 210+178+119=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B277 is #2D4D88. Grayscale: #B5B5B5. Windows color (decimal): -2968969 or 7844562. OLE color: 7844562.

HSL color Cylindrical-coordinate representation of color #D2B277: hue angle of 38.9º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2B277 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 178 119 -
CMYK 0 0.15 0.43 0.18
HSL 38.9º 0.5% 0.65% -
HSV(B) 38.9º 0.43% 0.82% -
XYZ 45.83 46.87 24.08 -
YUV 180.84 93.1 148.8 -
System Red Green Blue C M Y K H S L
Decimal 210 178 119 0 0.15 0.43 0.18 38.9 0.5 0.65
Hex D2 B2 77 0 F 2B 12 27 32 41
Octal 322 262 167 0 17 53 22 47 62 101
Binary 11010010 10110010 1110111 0 1111 101011 10010 100111 110010 1000001

Color Harmonies of #D2B277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B277

Black with #D2B277

Text Example


Text Example

White with #D2B277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B277; }

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

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

background-color css

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

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

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

border-color css

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

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

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