Html Css Color HEX #D1B478 Putty

📋 copy color: '#D1B478'

red 209 ◦ green 180 ◦ blue 120

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

Shades of Putty #D1B478

Tints of Putty #D1B478

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.36%

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

R = 41.06%
G = 35.36%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D1B478 (or 0xD1B478) is known color: Putty. HEX triplet: D1, B4 and 78. RGB value is (209,180,120). Sum of RGB (Red+Green+Blue) = 209+180+120=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B478 is #2E4B87. Grayscale: #B6B6B6. Windows color (decimal): -3033992 or 7910609. OLE color: 7910609.

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

Color convert

RGB 209 180 120 -
CMYK 0 0.14 0.43 0.18
HSL 40.45º 0.49% 0.65% -
HSV(B) 40.45º 0.43% 0.82% -
XYZ 46.01 47.55 24.52 -
YUV 181.83 93.11 147.38 -
System Red Green Blue C M Y K H S L
Decimal 209 180 120 0 0.14 0.43 0.18 40.45 0.49 0.65
Hex D1 B4 78 0 E 2B 12 28 31 41
Octal 321 264 170 0 16 53 22 50 61 101
Binary 11010001 10110100 1111000 0 1110 101011 10010 101000 110001 1000001

Color Harmonies of #D1B478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B478

Black with #D1B478

Text Example


Text Example

White with #D1B478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B478; }

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

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

background-color css

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

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

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

border-color css

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

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

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