Html Css Color HEX #D0B16F Putty

📋 copy color: '#D0B16F'

red 208 ◦ green 177 ◦ blue 111

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

Shades of Putty #D0B16F

Tints of Putty #D0B16F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.69%

 BLUE value IS 111 (43.75% from 255) = 22.38%

R = 41.94%
G = 35.69%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0B16F (or 0xD0B16F) is known color: Putty. HEX triplet: D0, B1 and 6F. RGB value is (208,177,111). Sum of RGB (Red+Green+Blue) = 208+177+111=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B16F is #2F4E90. Grayscale: #B3B3B3. Windows color (decimal): -3100305 or 7320016. OLE color: 7320016.

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

Color convert

RGB 208 177 111 -
CMYK 0 0.15 0.47 0.18
HSL 40.82º 0.51% 0.63% -
HSV(B) 40.82º 0.47% 0.82% -
XYZ 44.6 46 21.57 -
YUV 178.75 89.77 148.87 -
System Red Green Blue C M Y K H S L
Decimal 208 177 111 0 0.15 0.47 0.18 40.82 0.51 0.63
Hex D0 B1 6F 0 F 2F 12 29 33 3F
Octal 320 261 157 0 17 57 22 51 63 77
Binary 11010000 10110001 1101111 0 1111 101111 10010 101001 110011 111111

Color Harmonies of #D0B16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B16F

Black with #D0B16F

Text Example


Text Example

White with #D0B16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B16F; }

 p { color: rgb(208,177,111); }

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

background-color css

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

 a { background-color: rgb(208,177,111); }

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

border-color css

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

 span { border-color: rgb(208,177,111); }

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