Html Css Color HEX #D0B777 Putty

📋 copy color: '#D0B777'

red 208 ◦ green 183 ◦ blue 119

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

Shades of Putty #D0B777

Tints of Putty #D0B777

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.88%

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

R = 40.78%
G = 35.88%
B = 23.33%

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

#D0B777 (or 0xD0B777) is known color: Putty. HEX triplet: D0, B7 and 77. RGB value is (208,183,119). Sum of RGB (Red+Green+Blue) = 208+183+119=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B777 is #2F4888. Grayscale: #B7B7B7. Windows color (decimal): -3098761 or 7845840. OLE color: 7845840.

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

Color convert

RGB 208 183 119 -
CMYK 0 0.12 0.43 0.18
HSL 43.15º 0.49% 0.64% -
HSV(B) 43.15º 0.43% 0.82% -
XYZ 46.28 48.61 24.4 -
YUV 183.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 208 183 119 0 0.12 0.43 0.18 43.15 0.49 0.64
Hex D0 B7 77 0 C 2B 12 2B 31 40
Octal 320 267 167 0 14 53 22 53 61 100
Binary 11010000 10110111 1110111 0 1100 101011 10010 101011 110001 1000000

Color Harmonies of #D0B777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B777

Black with #D0B777

Text Example


Text Example

White with #D0B777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B777; }

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

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

background-color css

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

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

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

border-color css

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

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

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