Html Css Color HEX #D0B679 Putty

📋 copy color: '#D0B679'

red 208 ◦ green 182 ◦ blue 121

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

Shades of Putty #D0B679

Tints of Putty #D0B679

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.62%

 BLUE value IS 121 (47.66% from 255) = 23.68%

R = 40.7%
G = 35.62%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D0B679 (or 0xD0B679) is known color: Putty. HEX triplet: D0, B6 and 79. RGB value is (208,182,121). Sum of RGB (Red+Green+Blue) = 208+182+121=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B679 is #2F4986. Grayscale: #B7B7B7. Windows color (decimal): -3099015 or 7976656. OLE color: 7976656.

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

Color convert

RGB 208 182 121 -
CMYK 0 0.12 0.42 0.18
HSL 42.07º 0.48% 0.65% -
HSV(B) 42.07º 0.42% 0.82% -
XYZ 46.19 48.25 24.97 -
YUV 182.82 93.11 145.96 -
System Red Green Blue C M Y K H S L
Decimal 208 182 121 0 0.12 0.42 0.18 42.07 0.48 0.65
Hex D0 B6 79 0 C 2A 12 2A 30 41
Octal 320 266 171 0 14 52 22 52 60 101
Binary 11010000 10110110 1111001 0 1100 101010 10010 101010 110000 1000001

Color Harmonies of #D0B679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B679

Black with #D0B679

Text Example


Text Example

White with #D0B679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B679; }

 p { color: rgb(208,182,121); }

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

background-color css

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

 a { background-color: rgb(208,182,121); }

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

border-color css

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

 span { border-color: rgb(208,182,121); }

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