Html Css Color HEX #D0A76A Putty

📋 copy color: '#D0A76A'

red 208 ◦ green 167 ◦ blue 106

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

Shades of Putty #D0A76A

Tints of Putty #D0A76A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.72%

 BLUE value IS 106 (41.8% from 255) = 22.04%

R = 43.24%
G = 34.72%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0A76A (or 0xD0A76A) is known color: Putty. HEX triplet: D0, A7 and 6A. RGB value is (208,167,106). Sum of RGB (Red+Green+Blue) = 208+167+106=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A76A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A76A is #2F5895. Grayscale: #ACACAC. Windows color (decimal): -3102870 or 6989776. OLE color: 6989776.

HSL color Cylindrical-coordinate representation of color #D0A76A: hue angle of 35.88º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0A76A is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 167 106 -
CMYK 0 0.20 0.49 0.18
HSL 35.88º 0.52% 0.62% -
HSV(B) 35.88º 0.49% 0.82% -
XYZ 42.43 42.09 19.52 -
YUV 172.31 90.58 153.46 -
System Red Green Blue C M Y K H S L
Decimal 208 167 106 0 0.20 0.49 0.18 35.88 0.52 0.62
Hex D0 A7 6A 0 14 31 12 24 34 3E
Octal 320 247 152 0 24 61 22 44 64 76
Binary 11010000 10100111 1101010 0 10100 110001 10010 100100 110100 111110

Color Harmonies of #D0A76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A76A

Black with #D0A76A

Text Example


Text Example

White with #D0A76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A76A; }

 p { color: rgb(208,167,106); }

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

background-color css

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

 a { background-color: rgb(208,167,106); }

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

border-color css

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

 span { border-color: rgb(208,167,106); }

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