Html Css Color HEX #CDAA73 Putty

📋 copy color: '#CDAA73'

red 205 ◦ green 170 ◦ blue 115

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

Shades of Putty #CDAA73

Tints of Putty #CDAA73

RGB

 RED value IS 205 (80.47% from 255) = 41.84%

 GREEN value IS 170 (66.8% from 255) = 34.69%

 BLUE value IS 115 (45.31% from 255) = 23.47%

R = 41.84%
G = 34.69%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CDAA73 (or 0xCDAA73) is known color: Putty. HEX triplet: CD, AA and 73. RGB value is (205,170,115). Sum of RGB (Red+Green+Blue) = 205+170+115=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAA73 is #32558C. Grayscale: #AEAEAE. Windows color (decimal): -3298701 or 7580365. OLE color: 7580365.

HSL color Cylindrical-coordinate representation of color #CDAA73: hue angle of 36.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDAA73 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 170 115 -
CMYK 0 0.17 0.44 0.20
HSL 36.67º 0.47% 0.63% -
HSV(B) 36.67º 0.44% 0.8% -
XYZ 42.65 42.97 22.27 -
YUV 174.2 94.6 149.97 -
System Red Green Blue C M Y K H S L
Decimal 205 170 115 0 0.17 0.44 0.20 36.67 0.47 0.63
Hex CD AA 73 0 11 2C 14 25 2F 3F
Octal 315 252 163 0 21 54 24 45 57 77
Binary 11001101 10101010 1110011 0 10001 101100 10100 100101 101111 111111

Color Harmonies of #CDAA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAA73

Black with #CDAA73

Text Example


Text Example

White with #CDAA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAA73; }

 p { color: rgb(205,170,115); }

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

background-color css

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

 a { background-color: rgb(205,170,115); }

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

border-color css

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

 span { border-color: rgb(205,170,115); }

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