Html Css Color HEX #CDAA77 Putty

📋 copy color: '#CDAA77'

red 205 ◦ green 170 ◦ blue 119

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

Shades of Putty #CDAA77

Tints of Putty #CDAA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.09%

R = 41.5%
G = 34.41%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CDAA77 (or 0xCDAA77) is known color: Putty. HEX triplet: CD, AA and 77. RGB value is (205,170,119). Sum of RGB (Red+Green+Blue) = 205+170+119=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAA77 is #325588. Grayscale: #AEAEAE. Windows color (decimal): -3298697 or 7842509. OLE color: 7842509.

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

Color convert

RGB 205 170 119 -
CMYK 0 0.17 0.42 0.20
HSL 35.58º 0.46% 0.64% -
HSV(B) 35.58º 0.42% 0.8% -
XYZ 42.88 43.06 23.5 -
YUV 174.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 205 170 119 0 0.17 0.42 0.20 35.58 0.46 0.64
Hex CD AA 77 0 11 2A 14 24 2E 40
Octal 315 252 167 0 21 52 24 44 56 100
Binary 11001101 10101010 1110111 0 10001 101010 10100 100100 101110 1000000

Color Harmonies of #CDAA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAA77

Black with #CDAA77

Text Example


Text Example

White with #CDAA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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