Html Css Color HEX #D0B877 Putty

📋 copy color: '#D0B877'

red 208 ◦ green 184 ◦ blue 119

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

Shades of Putty #D0B877

Tints of Putty #D0B877

RGB

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

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

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

R = 40.7%
G = 36.01%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D0B877 (or 0xD0B877) is known color: Putty. HEX triplet: D0, B8 and 77. RGB value is (208,184,119). Sum of RGB (Red+Green+Blue) = 208+184+119=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B877 is #2F4788. Grayscale: #B8B8B8. Windows color (decimal): -3098505 or 7846096. OLE color: 7846096.

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

Color convert

RGB 208 184 119 -
CMYK 0 0.12 0.43 0.18
HSL 43.82º 0.49% 0.64% -
HSV(B) 43.82º 0.43% 0.82% -
XYZ 46.48 49.02 24.47 -
YUV 183.77 91.45 145.29 -
System Red Green Blue C M Y K H S L
Decimal 208 184 119 0 0.12 0.43 0.18 43.82 0.49 0.64
Hex D0 B8 77 0 C 2B 12 2C 31 40
Octal 320 270 167 0 14 53 22 54 61 100
Binary 11010000 10111000 1110111 0 1100 101011 10010 101100 110001 1000000

Color Harmonies of #D0B877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B877

Black with #D0B877

Text Example


Text Example

White with #D0B877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B877; }

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

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

background-color css

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

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

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

border-color css

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

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

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