Html Css Color HEX #D0B770 Putty

📋 copy color: '#D0B770'

red 208 ◦ green 183 ◦ blue 112

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

Shades of Putty #D0B770

Tints of Putty #D0B770

RGB

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

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

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

R = 41.35%
G = 36.38%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D0B770 (or 0xD0B770) is known color: Putty. HEX triplet: D0, B7 and 70. RGB value is (208,183,112). Sum of RGB (Red+Green+Blue) = 208+183+112=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B770 is #2F488F. Grayscale: #B6B6B6. Windows color (decimal): -3098768 or 7387088. OLE color: 7387088.

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

Color convert

RGB 208 183 112 -
CMYK 0 0.12 0.46 0.18
HSL 44.38º 0.51% 0.63% -
HSV(B) 44.38º 0.46% 0.82% -
XYZ 45.87 48.45 22.26 -
YUV 182.38 88.28 146.27 -
System Red Green Blue C M Y K H S L
Decimal 208 183 112 0 0.12 0.46 0.18 44.38 0.51 0.63
Hex D0 B7 70 0 C 2E 12 2C 33 3F
Octal 320 267 160 0 14 56 22 54 63 77
Binary 11010000 10110111 1110000 0 1100 101110 10010 101100 110011 111111

Color Harmonies of #D0B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B770

Black with #D0B770

Text Example


Text Example

White with #D0B770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B770; }

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

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

background-color css

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

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

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

border-color css

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

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

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