Html Css Color HEX #D0B677 Putty

📋 copy color: '#D0B677'

red 208 ◦ green 182 ◦ blue 119

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

Shades of Putty #D0B677

Tints of Putty #D0B677

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.76%

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

R = 40.86%
G = 35.76%
B = 23.38%

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

#D0B677 (or 0xD0B677) is known color: Putty. HEX triplet: D0, B6 and 77. RGB value is (208,182,119). Sum of RGB (Red+Green+Blue) = 208+182+119=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B677 is #2F4988. Grayscale: #B6B6B6. Windows color (decimal): -3099017 or 7845584. OLE color: 7845584.

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

Color convert

RGB 208 182 119 -
CMYK 0 0.12 0.43 0.18
HSL 42.47º 0.49% 0.64% -
HSV(B) 42.47º 0.43% 0.82% -
XYZ 46.07 48.2 24.33 -
YUV 182.59 92.11 146.12 -
System Red Green Blue C M Y K H S L
Decimal 208 182 119 0 0.12 0.43 0.18 42.47 0.49 0.64
Hex D0 B6 77 0 C 2B 12 2A 31 40
Octal 320 266 167 0 14 53 22 52 61 100
Binary 11010000 10110110 1110111 0 1100 101011 10010 101010 110001 1000000

Color Harmonies of #D0B677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B677

Black with #D0B677

Text Example


Text Example

White with #D0B677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B677; }

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

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

background-color css

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

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

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

border-color css

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

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

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