Html Css Color HEX #D0B570 Putty

📋 copy color: '#D0B570'

red 208 ◦ green 181 ◦ blue 112

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

Shades of Putty #D0B570

Tints of Putty #D0B570

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.13%

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

R = 41.52%
G = 36.13%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D0B570 (or 0xD0B570) is known color: Putty. HEX triplet: D0, B5 and 70. RGB value is (208,181,112). Sum of RGB (Red+Green+Blue) = 208+181+112=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B570 is #2F4A8F. Grayscale: #B5B5B5. Windows color (decimal): -3099280 or 7386576. OLE color: 7386576.

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

Color convert

RGB 208 181 112 -
CMYK 0 0.13 0.46 0.18
HSL 43.13º 0.51% 0.63% -
HSV(B) 43.13º 0.46% 0.82% -
XYZ 45.46 47.63 22.13 -
YUV 181.21 88.95 147.11 -
System Red Green Blue C M Y K H S L
Decimal 208 181 112 0 0.13 0.46 0.18 43.13 0.51 0.63
Hex D0 B5 70 0 D 2E 12 2B 33 3F
Octal 320 265 160 0 15 56 22 53 63 77
Binary 11010000 10110101 1110000 0 1101 101110 10010 101011 110011 111111

Color Harmonies of #D0B570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B570

Black with #D0B570

Text Example


Text Example

White with #D0B570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B570; }

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

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

background-color css

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

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

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

border-color css

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

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

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