Html Css Color HEX #D1AE67 Putty

📋 copy color: '#D1AE67'

red 209 ◦ green 174 ◦ blue 103

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

Shades of Putty #D1AE67

Tints of Putty #D1AE67

RGB

 RED value IS 209 (82.03% from 255) = 43%

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

 BLUE value IS 103 (40.63% from 255) = 21.19%

R = 43%
G = 35.8%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D1AE67 (or 0xD1AE67) is known color: Putty. HEX triplet: D1, AE and 67. RGB value is (209,174,103). Sum of RGB (Red+Green+Blue) = 209+174+103=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AE67 is #2E5198. Grayscale: #B0B0B0. Windows color (decimal): -3035545 or 6794961. OLE color: 6794961.

HSL color Cylindrical-coordinate representation of color #D1AE67: hue angle of 40.19º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1AE67 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 174 103 -
CMYK 0 0.17 0.51 0.18
HSL 40.19º 0.54% 0.61% -
HSV(B) 40.19º 0.51% 0.82% -
XYZ 43.88 44.81 19.17 -
YUV 176.37 86.6 151.27 -
System Red Green Blue C M Y K H S L
Decimal 209 174 103 0 0.17 0.51 0.18 40.19 0.54 0.61
Hex D1 AE 67 0 11 33 12 28 36 3D
Octal 321 256 147 0 21 63 22 50 66 75
Binary 11010001 10101110 1100111 0 10001 110011 10010 101000 110110 111101

Color Harmonies of #D1AE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AE67

Black with #D1AE67

Text Example


Text Example

White with #D1AE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AE67; }

 p { color: rgb(209,174,103); }

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

background-color css

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

 a { background-color: rgb(209,174,103); }

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

border-color css

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

 span { border-color: rgb(209,174,103); }

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