Html Css Color HEX #D0B279 Putty

📋 copy color: '#D0B279'

red 208 ◦ green 178 ◦ blue 121

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

Shades of Putty #D0B279

Tints of Putty #D0B279

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.11%

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

R = 41.03%
G = 35.11%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D0B279 (or 0xD0B279) is known color: Putty. HEX triplet: D0, B2 and 79. RGB value is (208,178,121). Sum of RGB (Red+Green+Blue) = 208+178+121=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B279 is #2F4D86. Grayscale: #B4B4B4. Windows color (decimal): -3100039 or 7975632. OLE color: 7975632.

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

Color convert

RGB 208 178 121 -
CMYK 0 0.14 0.42 0.18
HSL 39.31º 0.48% 0.65% -
HSV(B) 39.31º 0.42% 0.82% -
XYZ 45.38 46.63 24.7 -
YUV 180.47 94.44 147.63 -
System Red Green Blue C M Y K H S L
Decimal 208 178 121 0 0.14 0.42 0.18 39.31 0.48 0.65
Hex D0 B2 79 0 E 2A 12 27 30 41
Octal 320 262 171 0 16 52 22 47 60 101
Binary 11010000 10110010 1111001 0 1110 101010 10010 100111 110000 1000001

Color Harmonies of #D0B279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B279

Black with #D0B279

Text Example


Text Example

White with #D0B279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B279; }

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

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

background-color css

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

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

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

border-color css

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

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

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