Html Css Color HEX #D0B772 Putty

📋 copy color: '#D0B772'

red 208 ◦ green 183 ◦ blue 114

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

Shades of Putty #D0B772

Tints of Putty #D0B772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.57%

R = 41.19%
G = 36.24%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D0B772 (or 0xD0B772) is known color: Putty. HEX triplet: D0, B7 and 72. RGB value is (208,183,114). Sum of RGB (Red+Green+Blue) = 208+183+114=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B772 is #2F488D. Grayscale: #B6B6B6. Windows color (decimal): -3098766 or 7518160. OLE color: 7518160.

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

Color convert

RGB 208 183 114 -
CMYK 0 0.12 0.45 0.18
HSL 44.04º 0.5% 0.63% -
HSV(B) 44.04º 0.45% 0.82% -
XYZ 45.98 48.49 22.86 -
YUV 182.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 208 183 114 0 0.12 0.45 0.18 44.04 0.5 0.63
Hex D0 B7 72 0 C 2D 12 2C 32 3F
Octal 320 267 162 0 14 55 22 54 62 77
Binary 11010000 10110111 1110010 0 1100 101101 10010 101100 110010 111111

Color Harmonies of #D0B772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B772

Black with #D0B772

Text Example


Text Example

White with #D0B772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B772; }

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

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

background-color css

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

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

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

border-color css

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

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

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