Html Css Color HEX #D0B070 Putty

📋 copy color: '#D0B070'

red 208 ◦ green 176 ◦ blue 112

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

Shades of Putty #D0B070

Tints of Putty #D0B070

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.48%

 BLUE value IS 112 (44.14% from 255) = 22.58%

R = 41.94%
G = 35.48%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D0B070 (or 0xD0B070) is known color: Putty. HEX triplet: D0, B0 and 70. RGB value is (208,176,112). Sum of RGB (Red+Green+Blue) = 208+176+112=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B070 is #2F4F8F. Grayscale: #B2B2B2. Windows color (decimal): -3100560 or 7385296. OLE color: 7385296.

HSL color Cylindrical-coordinate representation of color #D0B070: hue angle of 40º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0B070 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 176 112 -
CMYK 0 0.15 0.46 0.18
HSL 40º 0.51% 0.63% -
HSV(B) 40º 0.46% 0.82% -
XYZ 44.46 45.63 21.79 -
YUV 178.27 90.6 149.2 -
System Red Green Blue C M Y K H S L
Decimal 208 176 112 0 0.15 0.46 0.18 40 0.51 0.63
Hex D0 B0 70 0 F 2E 12 28 33 3F
Octal 320 260 160 0 17 56 22 50 63 77
Binary 11010000 10110000 1110000 0 1111 101110 10010 101000 110011 111111

Color Harmonies of #D0B070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B070

Black with #D0B070

Text Example


Text Example

White with #D0B070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B070; }

 p { color: rgb(208,176,112); }

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

background-color css

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

 a { background-color: rgb(208,176,112); }

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

border-color css

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

 span { border-color: rgb(208,176,112); }

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