Html Css Color HEX #D3AF68 Putty

📋 copy color: '#D3AF68'

red 211 ◦ green 175 ◦ blue 104

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

Shades of Putty #D3AF68

Tints of Putty #D3AF68

RGB

 RED value IS 211 (82.81% from 255) = 43.06%

 GREEN value IS 175 (68.75% from 255) = 35.71%

 BLUE value IS 104 (41.02% from 255) = 21.22%

R = 43.06%
G = 35.71%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D3AF68 (or 0xD3AF68) is known color: Putty. HEX triplet: D3, AF and 68. RGB value is (211,175,104). Sum of RGB (Red+Green+Blue) = 211+175+104=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AF68 is #2C5097. Grayscale: #B1B1B1. Windows color (decimal): -2904216 or 6860755. OLE color: 6860755.

HSL color Cylindrical-coordinate representation of color #D3AF68: hue angle of 39.81º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3AF68 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 175 104 -
CMYK 0 0.17 0.51 0.17
HSL 39.81º 0.55% 0.62% -
HSV(B) 39.81º 0.51% 0.83% -
XYZ 44.69 45.51 19.53 -
YUV 177.67 86.43 151.77 -
System Red Green Blue C M Y K H S L
Decimal 211 175 104 0 0.17 0.51 0.17 39.81 0.55 0.62
Hex D3 AF 68 0 11 33 11 28 37 3E
Octal 323 257 150 0 21 63 21 50 67 76
Binary 11010011 10101111 1101000 0 10001 110011 10001 101000 110111 111110

Color Harmonies of #D3AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AF68

Black with #D3AF68

Text Example


Text Example

White with #D3AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AF68; }

 p { color: rgb(211,175,104); }

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

background-color css

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

 a { background-color: rgb(211,175,104); }

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

border-color css

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

 span { border-color: rgb(211,175,104); }

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