Html Css Color HEX #D1B278 Putty

📋 copy color: '#D1B278'

red 209 ◦ green 178 ◦ blue 120

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

Shades of Putty #D1B278

Tints of Putty #D1B278

RGB

 RED value IS 209 (82.03% from 255) = 41.22%

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

 BLUE value IS 120 (47.27% from 255) = 23.67%

R = 41.22%
G = 35.11%
B = 23.67%

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

#D1B278 (or 0xD1B278) is known color: Putty. HEX triplet: D1, B2 and 78. RGB value is (209,178,120). Sum of RGB (Red+Green+Blue) = 209+178+120=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B278 is #2E4D87. Grayscale: #B4B4B4. Windows color (decimal): -3034504 or 7910097. OLE color: 7910097.

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

Color convert

RGB 209 178 120 -
CMYK 0 0.15 0.43 0.18
HSL 39.1º 0.49% 0.65% -
HSV(B) 39.1º 0.43% 0.82% -
XYZ 45.61 46.75 24.39 -
YUV 180.66 93.77 148.22 -
System Red Green Blue C M Y K H S L
Decimal 209 178 120 0 0.15 0.43 0.18 39.1 0.49 0.65
Hex D1 B2 78 0 F 2B 12 27 31 41
Octal 321 262 170 0 17 53 22 47 61 101
Binary 11010001 10110010 1111000 0 1111 101011 10010 100111 110001 1000001

Color Harmonies of #D1B278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B278

Black with #D1B278

Text Example


Text Example

White with #D1B278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B278; }

 p { color: rgb(209,178,120); }

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

background-color css

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

 a { background-color: rgb(209,178,120); }

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

border-color css

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

 span { border-color: rgb(209,178,120); }

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