Html Css Color HEX #D0B878 Putty

📋 copy color: '#D0B878'

red 208 ◦ green 184 ◦ blue 120

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

Shades of Putty #D0B878

Tints of Putty #D0B878

RGB

 RED value IS 208 (81.64% from 255) = 40.63%

 GREEN value IS 184 (72.27% from 255) = 35.94%

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

R = 40.63%
G = 35.94%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D0B878 (or 0xD0B878) is known color: Putty. HEX triplet: D0, B8 and 78. RGB value is (208,184,120). Sum of RGB (Red+Green+Blue) = 208+184+120=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B878 is #2F4787. Grayscale: #B8B8B8. Windows color (decimal): -3098504 or 7911632. OLE color: 7911632.

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

Color convert

RGB 208 184 120 -
CMYK 0 0.12 0.42 0.18
HSL 43.64º 0.48% 0.64% -
HSV(B) 43.64º 0.42% 0.82% -
XYZ 46.54 49.05 24.78 -
YUV 183.88 91.95 145.2 -
System Red Green Blue C M Y K H S L
Decimal 208 184 120 0 0.12 0.42 0.18 43.64 0.48 0.64
Hex D0 B8 78 0 C 2A 12 2C 30 40
Octal 320 270 170 0 14 52 22 54 60 100
Binary 11010000 10111000 1111000 0 1100 101010 10010 101100 110000 1000000

Color Harmonies of #D0B878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B878

Black with #D0B878

Text Example


Text Example

White with #D0B878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B878; }

 p { color: rgb(208,184,120); }

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

background-color css

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

 a { background-color: rgb(208,184,120); }

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

border-color css

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

 span { border-color: rgb(208,184,120); }

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