Html Css Color HEX #D2AC68 Putty

📋 copy color: '#D2AC68'

red 210 ◦ green 172 ◦ blue 104

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

Shades of Putty #D2AC68

Tints of Putty #D2AC68

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.39%

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

R = 43.21%
G = 35.39%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2AC68 (or 0xD2AC68) is known color: Putty. HEX triplet: D2, AC and 68. RGB value is (210,172,104). Sum of RGB (Red+Green+Blue) = 210+172+104=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AC68 is #2D5397. Grayscale: #AFAFAF. Windows color (decimal): -2970520 or 6859986. OLE color: 6859986.

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

Color convert

RGB 210 172 104 -
CMYK 0 0.18 0.50 0.18
HSL 38.49º 0.54% 0.62% -
HSV(B) 38.49º 0.5% 0.82% -
XYZ 43.83 44.21 19.32 -
YUV 175.61 87.59 152.53 -
System Red Green Blue C M Y K H S L
Decimal 210 172 104 0 0.18 0.50 0.18 38.49 0.54 0.62
Hex D2 AC 68 0 12 32 12 26 36 3E
Octal 322 254 150 0 22 62 22 46 66 76
Binary 11010010 10101100 1101000 0 10010 110010 10010 100110 110110 111110

Color Harmonies of #D2AC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AC68

Black with #D2AC68

Text Example


Text Example

White with #D2AC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AC68; }

 p { color: rgb(210,172,104); }

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

background-color css

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

 a { background-color: rgb(210,172,104); }

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

border-color css

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

 span { border-color: rgb(210,172,104); }

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