Html Css Color HEX #D0AE6F Putty

📋 copy color: '#D0AE6F'

red 208 ◦ green 174 ◦ blue 111

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

Shades of Putty #D0AE6F

Tints of Putty #D0AE6F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.29%

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

R = 42.19%
G = 35.29%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0AE6F (or 0xD0AE6F) is known color: Putty. HEX triplet: D0, AE and 6F. RGB value is (208,174,111). Sum of RGB (Red+Green+Blue) = 208+174+111=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AE6F is #2F5190. Grayscale: #B1B1B1. Windows color (decimal): -3101073 or 7319248. OLE color: 7319248.

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

Color convert

RGB 208 174 111 -
CMYK 0 0.16 0.47 0.18
HSL 38.97º 0.51% 0.63% -
HSV(B) 38.97º 0.47% 0.82% -
XYZ 44.02 44.83 21.37 -
YUV 176.98 90.76 150.12 -
System Red Green Blue C M Y K H S L
Decimal 208 174 111 0 0.16 0.47 0.18 38.97 0.51 0.63
Hex D0 AE 6F 0 10 2F 12 27 33 3F
Octal 320 256 157 0 20 57 22 47 63 77
Binary 11010000 10101110 1101111 0 10000 101111 10010 100111 110011 111111

Color Harmonies of #D0AE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AE6F

Black with #D0AE6F

Text Example


Text Example

White with #D0AE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AE6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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