Html Css Color HEX #D0B975 Putty

📋 copy color: '#D0B975'

red 208 ◦ green 185 ◦ blue 117

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

Shades of Putty #D0B975

Tints of Putty #D0B975

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.27%

 BLUE value IS 117 (46.09% from 255) = 22.94%

R = 40.78%
G = 36.27%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D0B975 (or 0xD0B975) is known color: Putty. HEX triplet: D0, B9 and 75. RGB value is (208,185,117). Sum of RGB (Red+Green+Blue) = 208+185+117=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B975 is #2F468A. Grayscale: #B8B8B8. Windows color (decimal): -3098251 or 7715280. OLE color: 7715280.

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

Color convert

RGB 208 185 117 -
CMYK 0 0.11 0.44 0.18
HSL 44.84º 0.49% 0.64% -
HSV(B) 44.84º 0.44% 0.82% -
XYZ 46.57 49.39 23.91 -
YUV 184.13 90.12 145.03 -
System Red Green Blue C M Y K H S L
Decimal 208 185 117 0 0.11 0.44 0.18 44.84 0.49 0.64
Hex D0 B9 75 0 B 2C 12 2D 31 40
Octal 320 271 165 0 13 54 22 55 61 100
Binary 11010000 10111001 1110101 0 1011 101100 10010 101101 110001 1000000

Color Harmonies of #D0B975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B975

Black with #D0B975

Text Example


Text Example

White with #D0B975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B975; }

 p { color: rgb(208,185,117); }

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

background-color css

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

 a { background-color: rgb(208,185,117); }

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

border-color css

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

 span { border-color: rgb(208,185,117); }

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