Html Css Color HEX #D2AF69 Putty

📋 copy color: '#D2AF69'

red 210 ◦ green 175 ◦ blue 105

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

Shades of Putty #D2AF69

Tints of Putty #D2AF69

RGB

 RED value IS 210 (82.42% from 255) = 42.86%

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

 BLUE value IS 105 (41.41% from 255) = 21.43%

R = 42.86%
G = 35.71%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2AF69 (or 0xD2AF69) is known color: Putty. HEX triplet: D2, AF and 69. RGB value is (210,175,105). Sum of RGB (Red+Green+Blue) = 210+175+105=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AF69 is #2D5096. Grayscale: #B1B1B1. Windows color (decimal): -2969751 or 6926290. OLE color: 6926290.

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

Color convert

RGB 210 175 105 -
CMYK 0 0.17 0.50 0.18
HSL 40º 0.54% 0.62% -
HSV(B) 40º 0.5% 0.82% -
XYZ 44.46 45.38 19.78 -
YUV 177.49 87.1 151.19 -
System Red Green Blue C M Y K H S L
Decimal 210 175 105 0 0.17 0.50 0.18 40 0.54 0.62
Hex D2 AF 69 0 11 32 12 28 36 3E
Octal 322 257 151 0 21 62 22 50 66 76
Binary 11010010 10101111 1101001 0 10001 110010 10010 101000 110110 111110

Color Harmonies of #D2AF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AF69

Black with #D2AF69

Text Example


Text Example

White with #D2AF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AF69; }

 p { color: rgb(210,175,105); }

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

background-color css

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

 a { background-color: rgb(210,175,105); }

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

border-color css

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

 span { border-color: rgb(210,175,105); }

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